Skip to content

Commit ca23edc

Browse files
authored
Merge pull request EESSI#782 from EESSI/ocaisa-patch-2
Don't spellcheck detail of packages in RISC-V
2 parents 8f5f45f + b0b78b0 commit ca23edc

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)