Skip to content

chore: move from impls to where they belong (#1691) #5505

chore: move from impls to where they belong (#1691)

chore: move from impls to where they belong (#1691) #5505

Workflow file for this run

name: deps
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
cargo-deny:
name: cargo deny check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all