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 Dec 18, 2024
1 parent 9c63b1f commit 04eb8f9
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 *.qmd -L berkley
codespell src/ *.md *.qmd -L berkley tring
rc=$?
if [ $rc != 0 ]; then
cat <<EOF
Expand Down

0 comments on commit 04eb8f9

Please sign in to comment.