We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ddb61 commit 464aa25Copy full SHA for 464aa25
.github/workflows/style-check.yml
@@ -11,6 +11,7 @@ jobs:
11
- uses: actions/checkout@v2
12
- run: sudo apt install clang-format
13
- run: |
14
+ git fetch origin master
15
git clang-format --diff origin/master | tee diff.patch
16
! grep -q '^diff ' diff.patch
17
inlining-check:
0 commit comments