mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -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:
|
||||
- checkout
|
||||
- run: sudo pip install codespell
|
||||
- run: codespell --skip=".git,./vendor"
|
||||
- run: codespell --skip=".git,./vendor,ttar"
|
||||
|
||||
build:
|
||||
machine: true
|
||||
|
|
Loading…
Reference in a new issue