CI: woodpecker #57

Closed
kunsi wants to merge 11 commits from kunsi-woodpecker into main
Showing only changes of commit efdff6ef28 - Show all commits

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