From 53b46c751718b77ac3cf6830fb0bc066671f4d35 Mon Sep 17 00:00:00 2001 From: jonasbn Date: Fri, 19 May 2023 20:50:43 +0200 Subject: [PATCH 1/2] Bumped spellcheck version to latest release, 0.32.0 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3feb649..3472b89 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -51,7 +51,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: rojopolis/spellcheck-github-actions@0.5.0 + - uses: rojopolis/spellcheck-github-actions@0.32.0 name: Spellcheck StyleCheck: From 48d0ce2d944a974c71f709d3f3b59bd5984f7c8d Mon Sep 17 00:00:00 2001 From: jonasbn Date: Fri, 19 May 2023 21:00:12 +0200 Subject: [PATCH 2/2] Minor correction to spellcheck configuration --- .spellcheck.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.spellcheck.yml b/.spellcheck.yml index afb60b7..71666c2 100644 --- a/.spellcheck.yml +++ b/.spellcheck.yml @@ -9,10 +9,10 @@ matrix: pipeline: - pyspelling.filters.markdown: - pyspelling.filters.html: - comments: false - ignores: - - code - - pre + comments: false + ignores: + - code + - pre sources: - '**/*.md' default_encoding: utf-8 \ No newline at end of file