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: 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