9 lines
371 B
YAML
9 lines
371 B
YAML
|
pipeline:
|
||
|
editorconfig:
|
||
|
image: alpine:latest
|
||
|
pipeline:
|
||
|
- wget -O ec-linux-amd64.tar.gz https://github.com/editorconfig-checker/editorconfig-checker/releases/latest/download/ec-linux-amd64.tar.gz
|
||
|
- tar -xzf ec-linux-amd64.tar.gz
|
||
|
- rm ec-linux-amd64.tar.gz
|
||
|
- bin/ec-linux-amd64 -no-color -exclude '^bin/'
|