From b777c9964b01805f5e3a6e6be1381685a6f93415 Mon Sep 17 00:00:00 2001 From: Kenneth Hoste Date: Thu, 6 Jun 2024 08:40:12 +0200 Subject: [PATCH] fix skip option for codespell --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cd8069d47..d90f1366b 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -20,7 +20,7 @@ jobs: with: check_filenames: true # MarkDown files in docs/available_software/detail are skipped because they are auto-generated - skip: '*.pdf,.git,*.json,docs/available_software/detail/*.md' + skip: '*.pdf,.git,*.json,./docs/available_software/detail/*.md' # - name: Markdown Linting Action # uses: avto-dev/markdown-lint@v1.2.0