Skip to content

Commit e4155d2

Browse files
committed
Add json version data to docs
Alse exclude json supported software from spell check
1 parent c96c5c0 commit e4155d2

File tree

3 files changed

+147268
-1
lines changed

3 files changed

+147268
-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)