From efdff6ef283ac41cfd602cba3e8735aac0c30646 Mon Sep 17 00:00:00 2001 From: Franziska Kunsmann Date: Sat, 24 Dec 2022 18:05:35 +0100 Subject: [PATCH] ci: fix editorconfig --- .woodpecker/editorconfig.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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