Skip vendor'd ttar.
Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
64484cc254
commit
ec6421e595
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run: sudo pip install codespell
|
- run: sudo pip install codespell
|
||||||
- run: codespell --skip=".git,./vendor"
|
- run: codespell --skip=".git,./vendor,ttar"
|
||||||
|
|
||||||
build:
|
build:
|
||||||
machine: true
|
machine: true
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue