Skip to content

Commit

Permalink
fix skip option for codespell
Browse files Browse the repository at this point in the history
  • Loading branch information
boegel committed Jun 6, 2024
1 parent 435e040 commit b777c99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
with:
check_filenames: true
# MarkDown files in docs/available_software/detail are skipped because they are auto-generated
skip: '*.pdf,.git,*.json,docs/available_software/detail/*.md'
skip: '*.pdf,.git,*.json,./docs/available_software/detail/*.md'

# - name: Markdown Linting Action
# uses: avto-dev/[email protected]
Expand Down

0 comments on commit b777c99

Please sign in to comment.