build: bump rust image to v3.1.0 and use check-for-ignored
This commit is contained in:
parent
6dc600027d
commit
bcd46be93e
1 changed files with 2 additions and 8 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
|
|
||||||
container:
|
container:
|
||||||
image:
|
image:
|
||||||
git.kemitix.net/kemitix/rust:v3.0.0
|
git.kemitix.net/kemitix/rust:v3.1.0
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
@ -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…
Add table
Reference in a new issue