ci: fix editorconfig

This commit is contained in:
Franzi 2022-12-24 18:05:35 +01:00
parent d2caadb41b
commit efdff6ef28
Signed by: kunsi
GPG key ID: 12E3D2136B818350

View file

@ -1,7 +1,7 @@
pipeline: pipeline:
editorconfig: editorconfig:
image: alpine:latest 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 - 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 - tar -xzf ec-linux-amd64.tar.gz
- rm ec-linux-amd64.tar.gz - rm ec-linux-amd64.tar.gz