chore(deps): update git.kemitix.net/kemitix/rust docker tag to v3.1.0 - abandoned #38

Closed
renovate wants to merge 2 commits from renovate/git.kemitix.net-kemitix-rust-3.x into main
Showing only changes of commit f5d34940d4 - Show all commits

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