Skip to content

Commit

Permalink
Exclude the po folder from the CI codespell test
Browse files Browse the repository at this point in the history
  • Loading branch information
Antiz96 committed Feb 9, 2024
1 parent e4bb633 commit be3ff02
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,./po" --enable-colors

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

0 comments on commit be3ff02

Please sign in to comment.