mirror of https://github.com/ValdikSS/GoodbyeDPI
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
259 B
11 lines
259 B
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
|
|
|