Skip to content

Commit

Permalink
Merge pull request #63 from h1alexbel/rultor-just
Browse files Browse the repository at this point in the history
feat(rultor): just generate
  • Loading branch information
h1alexbel authored Jul 10, 2024
2 parents 57dfdf2 + 63ad99b commit 8600068
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .rultor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,11 @@ docker:
image: yegor256/rultor-image:1.23.1
assets:
credentials: l3r8yJ/home#assets/crates-credentials
install: |
cargo install --version 1.30.1 just
merge:
script: |
cargo --color=never test -vv
cargo --color=never fmt --check
cargo doc --no-deps
cargo clippy
just rultor
release:
script: |-
[[ "${tag}" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]] || exit -1
Expand Down
8 changes: 8 additions & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,11 @@ test:
check:
cargo clippy --all-targets --all-features
cargo +nightly fmt --check

# Rultor merge script.
rultor:
just gen
cargo --color=never test -vv
cargo --color=never fmt --check
cargo doc --no-deps
cargo clippy

0 comments on commit 8600068

Please sign in to comment.