diff --git a/.woodpecker/editorconfig.yml b/.woodpecker/editorconfig.yml index 6bac4f8..201004f 100644 --- a/.woodpecker/editorconfig.yml +++ b/.woodpecker/editorconfig.yml @@ -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