Skip to content

Commit 464aa25

Browse files
WIP
1 parent 16ddb61 commit 464aa25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/style-check.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
- uses: actions/checkout@v2
1212
- run: sudo apt install clang-format
1313
- run: |
14+
git fetch origin master
1415
git clang-format --diff origin/master | tee diff.patch
1516
! grep -q '^diff ' diff.patch
1617
inlining-check:

0 commit comments

Comments
 (0)