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 9092c24 commit 122eca4Copy full SHA for 122eca4
.github/workflows/formatting.yaml
@@ -25,8 +25,11 @@ jobs:
25
files=$(find . -name "*.cpp" -o -name "*.hpp" -o -name "*.h")
26
27
echo "Files: $files"
28
-
+
29
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
33
files=$(awk '/^::/ {print $2}' <<< "$check_ignore")
34
35
echo "Files to check: $files"
0 commit comments