Skip to content

fix: collect_contract_names (#221) #1180

fix: collect_contract_names (#221)

fix: collect_contract_names (#221) #1180

Workflow file for this run

name: deps
on:
push:
branches: [main]
pull_request:
branches: [main]
schedule: [cron: "00 00 * * *"]
jobs:
cargo-deny:
name: cargo deny check
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all