mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2025-12-17 12:54:36 +03:00
Compare commits
2 Commits
master
...
EgorWeders
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f085c06a2b | ||
|
|
c5cbbb43f3 |
17
.github/workflows/clang-format-check
vendored
Normal file
17
.github/workflows/clang-format-check
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
name: Clang Format Checker
|
||||
on:
|
||||
push:
|
||||
paths:
|
||||
- 'src/**'
|
||||
pull_request:
|
||||
paths:
|
||||
- 'src/**'
|
||||
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
|
||||
Reference in New Issue
Block a user