mirror of
https://github.com/forkless/NotAlterra.git
synced 2026-08-16 00:26:38 +02:00
Add cargo-deny, fix example, suppress warnings
This commit is contained in:
@@ -19,8 +19,9 @@ jobs:
|
|||||||
- run: cargo test --workspace
|
- run: cargo test --workspace
|
||||||
- run: cargo clippy --workspace -- -D warnings
|
- run: cargo clippy --workspace -- -D warnings
|
||||||
- run: |
|
- run: |
|
||||||
cargo install cargo-audit
|
cargo install cargo-audit cargo-deny
|
||||||
cargo audit
|
cargo audit
|
||||||
|
cargo deny check advisories bans
|
||||||
- run: cargo doc --no-deps --document-private-items --workspace
|
- run: cargo doc --no-deps --document-private-items --workspace
|
||||||
- name: Upload doc artifact
|
- name: Upload doc artifact
|
||||||
if: github.ref == 'refs/heads/master'
|
if: github.ref == 'refs/heads/master'
|
||||||
|
|||||||
Reference in New Issue
Block a user