mirror of
https://github.com/diamante0018/BlackOpsPlugin.git
synced 2025-04-21 02:35:43 +00:00
Delete clang-format-check.yml
This commit is contained in:
parent
4af7a203b1
commit
f20bc11667
20
.github/workflows/clang-format-check.yml
vendored
20
.github/workflows/clang-format-check.yml
vendored
@ -1,20 +0,0 @@
|
|||||||
name: clang-format Check
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
pull_request:
|
|
||||||
branches:
|
|
||||||
- "*"
|
|
||||||
types: [opened, synchronize, reopened]
|
|
||||||
jobs:
|
|
||||||
formatting-check:
|
|
||||||
name: Formatting Check
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v3
|
|
||||||
- name: Run clang-format style check for C/C++/Protobuf programs.
|
|
||||||
uses: jidicula/clang-format-action@v4.9.0
|
|
||||||
with:
|
|
||||||
clang-format-version: '15'
|
|
||||||
check-path: 'src'
|
|
Loading…
x
Reference in New Issue
Block a user