mirror of
https://github.com/redstrate/Physis.git
synced 2025-06-06 22:57:45 +00:00
Run clippy, deny-check and semver-checks on the CI
This commit is contained in:
parent
b34764f2cb
commit
1362e72707
1 changed files with 10 additions and 0 deletions
10
.github/workflows/main.yml
vendored
10
.github/workflows/main.yml
vendored
|
@ -27,3 +27,13 @@ jobs:
|
||||||
run: cargo build --verbose
|
run: cargo build --verbose
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: cargo test --verbose
|
run: cargo test --verbose
|
||||||
|
- name: Run clippy
|
||||||
|
run: cargo clippy
|
||||||
|
- name: Run deny-check
|
||||||
|
run: |
|
||||||
|
cargo install --locked cargo-deny
|
||||||
|
cargo deny check
|
||||||
|
- name: Run semver-checks
|
||||||
|
run: |
|
||||||
|
cargo install --locked cargo-semver-checks
|
||||||
|
cargo semver-checks check-release
|
||||||
|
|
Loading…
Add table
Reference in a new issue