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:
|
- run:
|
||||||
name: "Run codespell"
|
name: "Run codespell"
|
||||||
command: |
|
command: |
|
||||||
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist
|
codespell --quiet-level=4 --ignore-words=./.codespell-whitelist --skip=.git
|
||||||
- run:
|
- run:
|
||||||
name: "Check bumpversion"
|
name: "Check bumpversion"
|
||||||
command: |
|
command: |
|
||||||
|
|
Loading…
Reference in New Issue