build: use check-for-ignored
All checks were successful
Test / build (map[name:nightly]) (push) Successful in 3m20s
Test / build (map[name:stable]) (push) Successful in 3m54s
Release Please / Release-plz (push) Successful in 8s

This commit is contained in:
Paul Campbell 2025-01-14 07:17:58 +00:00
parent 18a253e433
commit 2df1cfe11f

View file

@ -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