diff --git a/.forgejo/workflows/test.yml b/.forgejo/workflows/push-next.yml similarity index 75% rename from .forgejo/workflows/test.yml rename to .forgejo/workflows/push-next.yml index 4a12799..f17055e 100644 --- a/.forgejo/workflows/test.yml +++ b/.forgejo/workflows/push-next.yml @@ -18,6 +18,15 @@ jobs: steps: - uses: actions/checkout@v4 + - name: Ignored Files + run: | + IGNORED=$(git ls-files --cached -i --exclude-standard) + if [ -n "$IGNORED" ] + then + echo "Ignored files present:\n$IGNORED" + exit 1 + fi + - name: Machete run: cargo machete