1
Fork 0
mirror of https://github.com/redstrate/Physis.git synced 2025-06-06 14:47:46 +00:00

Run clippy, deny-check and semver-checks on the CI

This commit is contained in:
Joshua Goins 2024-04-28 07:30:43 -04:00
parent b34764f2cb
commit 1362e72707

View file

@ -27,3 +27,13 @@ jobs:
run: cargo build --verbose
- name: Run tests
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