fix or ignore codespell issues (#1351)
Signed-off-by: Paul Gier <pgier@redhat.com>
This commit is contained in:
parent
2a9939fcf3
commit
bd3fc09b30
2 changed files with 2 additions and 2 deletions
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
steps:
|
||||
- checkout
|
||||
- run: sudo pip install codespell
|
||||
- run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum" -L uint
|
||||
- run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum" -L uint,packages\',uptodate
|
||||
|
||||
build:
|
||||
machine:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue