build: use check-for-ignored
This commit is contained in:
parent
18a253e433
commit
2df1cfe11f
1 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue