Skip to content

Commit

Permalink
ci: run cargo semver checks
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Jun 5, 2024
1 parent 22d9a7d commit ea77699
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: cargo-hack@0.6,just@1,cargo-msrv@0.15,cargo-deny@0.14
tool: cargo-hack@0.6,just@1,cargo-msrv@0.15,cargo-deny@0.14,cargo-semver-checks@0.31
- 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 ea77699

Please sign in to comment.