We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1c2715 commit c339742Copy full SHA for c339742
.github/workflows/make.yml
@@ -13,6 +13,7 @@ jobs:
13
sudo apt -q install clang-format
14
- name: Check formatting
15
run: |
16
+ pwd
17
clang-format -i src/*.[ch]
18
if git diff | grep ""; then
19
echo
0 commit comments