mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-01-14 07:20:37 -08:00
Skip vendor'd ttar.
Signed-off-by: Ben Kochie <superq@gmail.com>
This commit is contained in:
parent
64484cc254
commit
ec6421e595
|
@ -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…
Reference in a new issue