mirror of https://github.com/ValdikSS/GoodbyeDPI
committed by
GitHub
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||||
|
name: Clang Format Checker |
||||
|
on: [push] |
||||
|
env: |
||||
|
BRANCH_NAME: master |
||||
|
jobs: |
||||
|
check-format: |
||||
|
runs-on: ubuntu-latest |
||||
|
steps: |
||||
|
- uses: wolletd/clang-format-checker@v1 |
||||
|
with: |
||||
|
target-ref: ${{ env. BRANCH_NAME }} # required, merge target |
Loading…
Reference in new issue