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
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Ignored Files
|
- name: Ignored Files
|
||||||
run: |
|
run: check-for-ignored
|
||||||
IGNORED=$(git ls-files --cached -i --exclude-standard)
|
|
||||||
if [ -n "$IGNORED" ]
|
|
||||||
then
|
|
||||||
echo "Ignored files present:\n$IGNORED"
|
|
||||||
exit 1
|
|
||||||
fi
|
|
||||||
|
|
||||||
- name: Check TODOs
|
- name: Check TODOs
|
||||||
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.3.0
|
uses: https://git.kemitix.net/kemitix/forgejo-todo-checker@v1.3.0
|
||||||
|
|
Loading…
Reference in a new issue