Skip to content

ci: Introduce workflow for conventional commits #16

ci: Introduce workflow for conventional commits

ci: Introduce workflow for conventional commits #16

Workflow file for this run

name: Cargo deny check
on: pull_request
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1