Skip to content

Commit 4652d83

Browse files
committed
codespell in correct workflow
1 parent f87b15e commit 4652d83

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/scripts/codespell.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
#!/bin/bash
22
set -ex
33

4-
# OUTPUT=$1
54

65
SCAN_RESULT=`codespell -H --quiet-level=3 --skip="*.h,*.cmake,*.c,*.hpp,*.cpp,*.sh,*.py,test/supp/*.supp,./.venv" --ignore-words-list="ASSER,Tne,ba,BA" CODE_OF_CONDUCT.md`
76
echo -e "${SCAN_RESULT}"
8-
# echo -e "${SCAN_RESULT}" > ${OUTPUT}
9-
# cat ${OUTPUT}
107

118
if [[ ! -z ${SCAN_RESULT} ]]; then
129
exit 1

.github/workflows/reusable_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959

6060
- name: Run codespell
6161
run: |
62-
bash .github/scripts/codespell.sh codespell.log
62+
bash .github/scripts/codespell.sh
6363
6464
# Run Bandit recursively, but omit _deps directory (with 3rd party code) and python's venv
6565
- name: Run Bandit

codespell.log

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)