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 8faac34 commit a6544ffCopy full SHA for a6544ff
example-pre-commit-config-verbose.yaml renamed to testing/pre-commit-config-verbose.yaml
testing/run.sh
@@ -1,7 +1,7 @@
1
rm -f result.txt
2
git restore testing/main.c
3
4
-for config in testing/pre-commit-config.yaml testing/pre-commit-config-version.yaml; do
+for config in testing/pre-commit-config.yaml testing/pre-commit-config-version.yaml testing/pre-commit-config-verbose.yaml; do
5
pre-commit clean
6
pre-commit run -c $config --files testing/main.c | tee -a result.txt || true
7
0 commit comments