ci: fix editorconfig
This commit is contained in:
parent
d2caadb41b
commit
efdff6ef28
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
pipeline:
|
||||
editorconfig:
|
||||
image: alpine:latest
|
||||
pipeline:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue