Compare commits
2 commits
main
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
f5d34940d4 | |||
|
e09ab3b26f |
2 changed files with 3 additions and 9 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
|
||||
container:
|
||||
image:
|
||||
git.kemitix.net/kemitix/rust:v3.0.0
|
||||
git.kemitix.net/kemitix/rust:v3.1.0
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
|
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
|
||||
container:
|
||||
image:
|
||||
git.kemitix.net/kemitix/rust:v3.0.0
|
||||
git.kemitix.net/kemitix/rust:v3.1.0
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue