We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a8da7 commit 394456cCopy full SHA for 394456c
.github/workflows/style-check.yml
@@ -10,7 +10,9 @@ jobs:
10
steps:
11
- uses: actions/checkout@v2
12
- run: sudo apt install clang-format
13
- - run: { git clang-format --diff master | tee diff.patch } && ! grep -q '^diff ' diff.patch
+ - run: |
14
+ git clang-format --diff master | tee diff.patch
15
+ ! grep -q '^diff '
16
inlining-check:
17
runs-on: ubuntu-latest
18
name: Check inline keyword usage
0 commit comments