Skip to content

Commit

Permalink
Update spell-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden authored May 28, 2024
1 parent 8820c20 commit 230c848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spell-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
pip install codespell
- name: Run codespell
run: |
codespell src/ *.md *.rmd *.qmd
codespell src/ *.md *.rmd *.qmd -L combin
rc=$?
if [ $rc != 0 ]; then
cat <<EOF
Expand Down

0 comments on commit 230c848

Please sign in to comment.