Skip to content

Commit b0b78b0

Browse files
authored
Don't spellcheck detail of packages in RISC-V
1 parent 8f5f45f commit b0b78b0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
check_filenames: true
2222
# MarkDown files in docs/available_software/detail are skipped because they are auto-generated
23-
skip: '*.pdf,.git,*.json,./docs/available_software/detail/*.md'
23+
skip: '*.pdf,.git,*.json,./docs/available_software/detail/*.md,./docs/available_software_riscv/detail/*.md'
2424
ignore_words_list: Fram,fram,ND,nd,Linz
2525

2626
# - name: Markdown Linting Action

0 commit comments

Comments
 (0)