mirror of
https://github.com/ValdikSS/GoodbyeDPI.git
synced 2026-09-14 11:05:37 +05:00
Merge pull request #2 from EgorWeders/EgorWeders-clang-format-check-1
Create clang-format-check action
This commit is contained in:
commit
c475cdecc7
11
.github/workflows/clang-format-check
vendored
Normal file
11
.github/workflows/clang-format-check
vendored
Normal file
@ -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
Block a user