Skip to content

Prepare 0.33.6 release #2238

Prepare 0.33.6 release

Prepare 0.33.6 release #2238

Workflow file for this run

name: cargo-deny
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
cargo-deny:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
with:
submodules: true
- uses: EmbarkStudios/cargo-deny-action@v2