Compare commits

...
Sign in to create a new pull request.

2 commits

Author SHA1 Message Date
f5d34940d4 Update .forgejo/workflows/push-next.yml
Some checks failed
Test / build (map[name:nightly]) (pull_request) Failing after 50s
Test / build (map[name:stable]) (pull_request) Successful in 2m19s
Signed-off-by: kemitix <pcampbell@kemitix.net>
2025-01-13 23:05:19 +00:00
Renovate Bot
e09ab3b26f chore(deps): update git.kemitix.net/kemitix/rust docker tag to v3.1.0
All checks were successful
Test / build (map[name:nightly]) (pull_request) Successful in 2m22s
Test / build (map[name:stable]) (pull_request) Successful in 2m53s
2025-01-13 23:01:09 +00:00
2 changed files with 3 additions and 9 deletions

View file

@ -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

View file

@ -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