mirror of
https://github.com/diamante0018/MW3ServerFreezer.git
synced 2025-04-19 11:42:53 +00:00
Delete clang-format-check.yml
This commit is contained in:
parent
ff9fb072fe
commit
5e63451a82
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