Skip to content

Commit

Permalink
add cargo-semver-checks to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Nov 3, 2024
1 parent 64db9ba commit 1b21528
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: Swatinem/rust-cache@v2
- uses: taiki-e/install-action@v2
with:
tool: [email protected],just@1,[email protected],[email protected]
tool: [email protected],just@1,[email protected],[email protected],[email protected]
- run: just verify
lint:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ set dotenv-load

# Perform all verifications (compile, test, lint, etc.)
verify: test lint doc check-msrv
cargo semver-checks
cargo deny check licenses

# Watch the source files and run `just verify` when source changes
Expand Down

0 comments on commit 1b21528

Please sign in to comment.