Update .forgejo/workflows/push-next.yml
Some checks failed
Test / build (map[name:nightly]) (pull_request) Failing after 50s
Test / build (map[name:stable]) (pull_request) Successful in 2m19s

Signed-off-by: kemitix <pcampbell@kemitix.net>
This commit is contained in:
Paul Campbell 2025-01-13 23:05:19 +00:00
parent e09ab3b26f
commit f5d34940d4

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 (Origin)
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.3.0