diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1b658a..64110f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,9 @@ jobs: git add --all git -c user.name="CI Bot" -c user.email="<>" commit -m "initial state" addlicense ./ - test -z "$(git status -s | tee /dev/stderr)" + if [[ -n $(git diff) ]]; then + exit 1 + fi - name: Setup Cluster run: | set -x