ci: Skip .git dir in codespell

This commit is contained in:
Paweł Bylica 2019-09-25 12:32:46 +02:00
parent 2441aa223c
commit c9999583e1
No known key found for this signature in database
GPG Key ID: 7A0C037434FE77EF
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ jobs:
- run:
name: "Run codespell"
command: |
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist --skip=.git
- run:
name: "Check bumpversion"
command: |