Skip to content

Verifier contract tests branched off of latest master #18

Verifier contract tests branched off of latest master

Verifier contract tests branched off of latest master #18

Workflow file for this run

name: deny
on:
push:
paths: [Cargo.lock]
pull_request:
paths: [Cargo.lock]
merge_group:
env:
RUSTFLAGS: -D warnings
CARGO_TERM_COLOR: always
concurrency: deny-${{ github.head_ref || github.ref || github.run_id }}
jobs:
deny:
name: deny
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all