From f6b96bccd0177d02ab11f76ee859309931f119e0 Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 13 Jan 2025 09:04:18 +0000 Subject: [PATCH] build: use check-for-ignored --- .forgejo/workflows/push-next.yml | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index f17055e..e1a445d 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -19,13 +19,14 @@ 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 + # 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