Skip to content

Commit

Permalink
ignore docs since it will be removed soon
Browse files Browse the repository at this point in the history
  • Loading branch information
brokenpip3 committed Jun 2, 2024
1 parent 384b993 commit 53461a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto-codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
uses: codespell-project/actions-codespell@v2
with:
check_filenames: true
ignore_words_list: aks,ags,startin
skip: "*.js,package-lock.json,*.lock,*/Font-Awesome/*,*.toml,*.svg,*assets/vendor/bootstrap*,cert-manager.crds.yaml"
ignore_words_list: aks,ags,startin,NotIn
skip: "*.js,package-lock.json,*.lock,*/Font-Awesome/*,*.toml,*.svg,*assets/vendor/bootstrap*,cert-manager.crds.yaml,docs/*"
pre-commit:
name: PreCommit
runs-on: ubuntu-latest
Expand Down

0 comments on commit 53461a2

Please sign in to comment.