Skip to content

Commit

Permalink
test case police
Browse files Browse the repository at this point in the history
  • Loading branch information
kodster28 committed Jul 17, 2023
1 parent 108805a commit e36f02f
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 @@ -49,7 +49,7 @@ jobs:
run: codespell --count --skip="*.js,./.git,./content/support/Other Languages/*" ${{ env.CHANGED_FILES }}

- name: Case Police
run: case-police ${{ env.CHANGED_FILES }}
run: case-police ${{ env.CHANGED_FILES }} --disable javascript
if: always()

- name: Alex (inclusive language)
Expand Down

0 comments on commit e36f02f

Please sign in to comment.