diff --git a/.github/workflows/ci-non-go.sh b/.github/workflows/ci-non-go.sh index cb3ac3b..40d3d47 100755 --- a/.github/workflows/ci-non-go.sh +++ b/.github/workflows/ci-non-go.sh @@ -18,10 +18,6 @@ if ! shfmt -f . | xargs shfmt -s -l -d; then failed=1 fi -if ! make lint; then - failed=1 -fi - if ! rufo vagrant/Vagrantfile; then failed=1 fi