mirror of https://github.com/status-im/evmc.git
ci: Skip .git dir in codespell
This commit is contained in:
parent
2441aa223c
commit
c9999583e1
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue