mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-23 03:15:43 +00:00
Update workflow
This commit is contained in:
parent
c8280ca779
commit
3249467672
9
.github/workflows/clang-format-check.yml
vendored
9
.github/workflows/clang-format-check.yml
vendored
@ -1,5 +1,12 @@
|
|||||||
name: clang-format Check
|
name: clang-format Check
|
||||||
on: [push, pull_request]
|
on:
|
||||||
|
push:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- "*"
|
||||||
|
types: [opened, synchronize, reopened]
|
||||||
jobs:
|
jobs:
|
||||||
formatting-check:
|
formatting-check:
|
||||||
name: Formatting Check
|
name: Formatting Check
|
||||||
|
Loading…
x
Reference in New Issue
Block a user