Jenkinsfile: add editorconfig-checker #29

Manually merged
kunsi merged 3 commits from kunsi-editorconfig-checker into main 2021-02-17 12:33:56 +00:00
Showing only changes of commit 09971002b4 - Show all commits

2
Jenkinsfile vendored
View file

@ -6,7 +6,7 @@ pipeline {
sh """
wget -Oec-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
bin/ec-linux-amd64 -no-color
bin/ec-linux-amd64 -no-color -exclude '^bin/'
"""
}
}