Skip to content

Commit 394456c

Browse files
test
1 parent 44a8da7 commit 394456c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/style-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v2
1212
- run: sudo apt install clang-format
13-
- run: { git clang-format --diff master | tee diff.patch } && ! grep -q '^diff ' diff.patch
13+
- run: |
14+
git clang-format --diff master | tee diff.patch
15+
! grep -q '^diff '
1416
inlining-check:
1517
runs-on: ubuntu-latest
1618
name: Check inline keyword usage

0 commit comments

Comments
 (0)