mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-22 19:15:42 +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
|
||||
on: [push, pull_request]
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- "*"
|
||||
pull_request:
|
||||
branches:
|
||||
- "*"
|
||||
types: [opened, synchronize, reopened]
|
||||
jobs:
|
||||
formatting-check:
|
||||
name: Formatting Check
|
||||
|
Loading…
x
Reference in New Issue
Block a user