From bcd46be93ea6b5207ce94a306b43986e6c86e30f Mon Sep 17 00:00:00 2001 From: Paul Campbell Date: Mon, 13 Jan 2025 22:43:51 +0000 Subject: [PATCH] build: bump rust image to v3.1.0 and use check-for-ignored --- .forgejo/workflows/push-next.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.forgejo/workflows/push-next.yml b/.forgejo/workflows/push-next.yml index 1f5b828..1a488c6 100644 --- a/.forgejo/workflows/push-next.yml +++ b/.forgejo/workflows/push-next.yml @@ -18,7 +18,7 @@ jobs: container: image: - git.kemitix.net/kemitix/rust:v3.0.0 + git.kemitix.net/kemitix/rust:v3.1.0 strategy: matrix: @@ -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