From 53bc9f2801bffd29145ccfc128abfb92433c11f0 Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Thu, 16 May 2024 09:48:27 -0700 Subject: [PATCH] CI: valid? --- .github/workflows/main.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef57209f..d47965e6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,8 +71,9 @@ jobs: codespell: - uses: codespell-project/actions-codespell@v2 - with: + steps: + - uses: codespell-project/actions-codespell@v2 + with: ignore_words_file: .codespell-ignorewords exclude_file: .codespell-ignorelines path: inst