Skip to content

Commit

Permalink
Exclude french man pages from the codespell check
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Jan 30, 2024
1 parent c6b2385 commit fa9bd05
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 --skip="README-fr.md,doc/man/fr/*" --enable-colors
run: codespell --skip="README-fr.md,./doc/man/fr/*" --enable-colors

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

0 comments on commit fa9bd05

Please sign in to comment.