Skip to content

Commit 3cb331b

Browse files
authored
use make instead of reproducing codespell command
1 parent f688840 commit 3cb331b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
pip3 install codespell
2121
- name: Check spelling
2222
run: |
23-
codespell --skip="assets,.bundle,_site,*.svg,*.txt,.vendor" --quiet-level=2 -L "dropse,hart,hist,namd,rouge"
23+
make spellcheck
2424
2525
check_lesson_and_build_default:
2626
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)