From f5d34940d4b64ade320daedd394c72941dfd47b2 Mon Sep 17 00:00:00 2001 From: kemitix Date: Mon, 13 Jan 2025 23:05:19 +0000 Subject: [PATCH] Update .forgejo/workflows/push-next.yml Signed-off-by: kemitix --- .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 9c3ba24..9746a63 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 (Origin) uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.3.0