mirror of
https://github.com/chatmail/core.git
synced 2026-04-23 08:26:30 +03:00
Add cargo-deny config and CI
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -32,6 +32,14 @@ jobs:
|
||||
- name: Run clippy
|
||||
run: scripts/clippy.sh
|
||||
|
||||
cargo_deny:
|
||||
name: cargo deny
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: EmbarkStudios/cargo-deny-action@v1
|
||||
arguments: --all-features --workspace
|
||||
|
||||
docs:
|
||||
name: Rust doc comments
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user