diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 55c8feb..6445f8f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,9 +34,7 @@ jobs: git init git add --all addlicense ./ - if [[ -n $(git status -s) ]]; then - exit 1 - fi + test -z "$(git status -s | tee /dev/stderr)" - name: Setup Cluster run: | set -x