We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make
codespell
1 parent f688840 commit 3cb331bCopy full SHA for 3cb331b
.github/workflows/test_and_build.yml
@@ -20,7 +20,7 @@ jobs:
20
pip3 install codespell
21
- name: Check spelling
22
run: |
23
- codespell --skip="assets,.bundle,_site,*.svg,*.txt,.vendor" --quiet-level=2 -L "dropse,hart,hist,namd,rouge"
+ make spellcheck
24
25
check_lesson_and_build_default:
26
runs-on: ubuntu-latest
0 commit comments