Skip to content

chore(deps): pin ethers to branch & commit (#5153) #335

chore(deps): pin ethers to branch & commit (#5153)

chore(deps): pin ethers to branch & commit (#5153) #335

Workflow file for this run

on:
push:
branches: [master]
paths:
- 'Cargo.lock'
pull_request:
branches: [master]
paths:
- 'Cargo.lock'
env:
RUSTFLAGS: -D warnings
CARGO_TERM_COLOR: always
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
name: deny
jobs:
check:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
continue-on-error: ${{ matrix.checks == 'advisories' }}
steps:
- name: Checkout sources
uses: actions/checkout@v3
- name: Check
uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check ${{ matrix.checks }}
arguments: