Skip to content

Commit

Permalink
exclude the README-fr.md file from the english spellchecking test
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 10, 2024
1 parent 1f4a0b1 commit 91742ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
run: actionlint -ignore 'label "CI-CD" is unknown' .github/workflows/CI.yml

- name: Run codespell
run: codespell --enable-colors
run: codespell --exclude-file=README-fr.md --enable-colors

- name: Run mdl
run: mdl --style .github/workflows/mdl_style.rb .
Expand Down

0 comments on commit 91742ab

Please sign in to comment.