8 lines
371 B
YAML
8 lines
371 B
YAML
pipeline:
|
|
editorconfig:
|
|
image: alpine:latest
|
|
commands:
|
|
- 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/'
|