Skip to content

Commit 46c7bf7

Browse files
authored
Exclude json supported software from spell check
1 parent 72e946a commit 46c7bf7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
# filter out
2727
# docs/js/asciinema-player-2.6.1.js as it is not markdown
2828
# version-specific/supported-software.md as the software descriptions have spelling errors
29-
skip: './docs/js/asciinema-player-2.6.1.js,./docs/version-specific/supported-software.md,./docs/release-notes.md'
29+
# docs/version-specific/supported-software.json is not markdown
30+
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'
3031

3132
- name: check internal links
3233
run: python ./.github/workflows/link_check.py

0 commit comments

Comments
 (0)