This repository has been archived by the owner on Nov 5, 2023. It is now read-only.
[DO NOT MERGE]: Diff clabby/op-reth (with upstream merge) against upstream (main) #28
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deny | |
on: | |
push: | |
branches: [main] | |
paths: [Cargo.lock] | |
pull_request: | |
branches: [main] | |
paths: [Cargo.lock] | |
merge_group: | |
env: | |
RUSTFLAGS: -D warnings | |
CARGO_TERM_COLOR: always | |
concurrency: deny-${{ github.head_ref || github.run_id }} | |
jobs: | |
deny: | |
name: deny | |
runs-on: ubuntu-20.04 | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: EmbarkStudios/cargo-deny-action@v1 | |
with: | |
command: check all |