Skip to content

fix(alloy-sol-macro): allow clippy::pub_underscore_fields on sol! o… #2347

fix(alloy-sol-macro): allow clippy::pub_underscore_fields on sol! o…

fix(alloy-sol-macro): allow clippy::pub_underscore_fields on sol! o… #2347

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
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all