Compare commits
2 commits
main
...
renovate/g
Author | SHA1 | Date | |
---|---|---|---|
f5d34940d4 | |||
|
e09ab3b26f |
4 changed files with 5 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -13,7 +13,7 @@ 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"
|
||||
|
|
6
justfile
6
justfile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue