Compare commits

..

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
4 changed files with 5 additions and 17 deletions

View file

@ -19,7 +19,7 @@ jobs:
container:
image:
git.kemitix.net/kemitix/rust:v4.0.1
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:v4.0.1
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

View file

@ -9,11 +9,11 @@ repository = "https://git.kemitix.net/kemitix/trello-to-deck"
[dependencies]
bon = "3.0"
clap = { version = "4.5", features = ["derive"] }
clap = {version = "4.5", features = ["derive"]}
color-eyre = "0.6"
file-format = { version = "0.26", features = ["reader-txt"] }
ignore = "0.4"
kxio = "5.1"
kxio = "5.0"
regex = "1.10"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

View file

@ -10,12 +10,6 @@ build:
# cargo test --example get
cargo mutants --jobs 4
test-in-docker:
docker run --rm -v $PWD:/app/ git.kemitix.net/kemitix/rust:latest cargo test
shell-in-docker:
docker run --rm -it -v $PWD:/app/ git.kemitix.net/kemitix/rust:latest bash
self-test:
just test $PWD forgejo-todo-checker