Skip to content

Commit 122eca4

Browse files
committed
fix CI
1 parent 9092c24 commit 122eca4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/formatting.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@ jobs:
2525
files=$(find . -name "*.cpp" -o -name "*.hpp" -o -name "*.h")
2626
2727
echo "Files: $files"
28-
28+
2929
check_ignore=$(git -c core.excludesFile="format-ignore.txt" check-ignore --stdin --no-index --non-matching --verbose <<< "$files")
30+
31+
echo "Check ignore output: $check_ignore"
32+
3033
files=$(awk '/^::/ {print $2}' <<< "$check_ignore")
3134
3235
echo "Files to check: $files"

0 commit comments

Comments
 (0)