Skip to content

Commit

Permalink
Exclude json supported software from spell check
Browse files Browse the repository at this point in the history
  • Loading branch information
APN-Pucky authored Dec 30, 2023
1 parent 72e946a commit 46c7bf7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ jobs:
# filter out
# docs/js/asciinema-player-2.6.1.js as it is not markdown
# version-specific/supported-software.md as the software descriptions have spelling errors
skip: './docs/js/asciinema-player-2.6.1.js,./docs/version-specific/supported-software.md,./docs/release-notes.md'
# docs/version-specific/supported-software.json is not markdown
skip: './docs/js/asciinema-player-2.6.1.js,./docs/version-specific/supported-software.md,./docs/release-notes.md,./docs/version-specific/supported-software.json'

- name: check internal links
run: python ./.github/workflows/link_check.py
Expand Down

0 comments on commit 46c7bf7

Please sign in to comment.