Skip to content

Commit a6544ff

Browse files
committed
add pre-commit config yaml to testing
1 parent 8faac34 commit a6544ff

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

testing/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rm -f result.txt
22
git restore testing/main.c
33

4-
for config in testing/pre-commit-config.yaml testing/pre-commit-config-version.yaml; do
4+
for config in testing/pre-commit-config.yaml testing/pre-commit-config-version.yaml testing/pre-commit-config-verbose.yaml; do
55
pre-commit clean
66
pre-commit run -c $config --files testing/main.c | tee -a result.txt || true
77
git restore testing/main.c

0 commit comments

Comments
 (0)