Skip to content

Commit 7c4d1ae

Browse files
committed
remove 'true' and add 'set -e'
2 parents c749013 + 4950205 commit 7c4d1ae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/scripts/codespell.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/bin/bash
2+
3+
echo "Run codespell..."
4+
codespell --quiet-level=2 --skip "*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp" -i 0 -L "ASSER,Tne,ba,BA" || true

0 commit comments

Comments
 (0)