From 2df1cfe11f89dbd7628f356ac3dd9d00d162433d Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Tue, 14 Jan 2025 07:17:58 +0000 Subject: [PATCH] build: use check-for-ignored --- .forgejo/workflows/push-next.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 0d36d08..39302a8 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -31,13 +31,7 @@ jobs: 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 + run: check-for-ignored - name: Check TODOs uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.3.0