Skip to content

Commit babab53

Browse files
committed
Make sure error code not thrown
1 parent 96e1052 commit babab53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ cd ..
5454

5555
## Format all file
5656

57-
pre-commit run --all-files
57+
/bin/bash -c 'pre-commit run --all-files; echo Finished running pre-commit!' # Note: prevents error code when reformatting

0 commit comments

Comments
 (0)