We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62da3bd commit 966f105Copy full SHA for 966f105
.github/workflows/scripts/check_diff.sh
@@ -24,6 +24,7 @@ cat check_diff.txt
24
# Set paths to ignore (please test grep command below when adding new patterns)
25
paths_ignore=()
26
paths_ignore+=("Docs/")
27
+paths_ignore+=(".github/")
28
echo "Paths to ignore:"
29
echo ${paths_ignore[@]}
30
0 commit comments