Skip to content

Bump outdated evm_js_tests modules. #6497

Bump outdated evm_js_tests modules.

Bump outdated evm_js_tests modules. #6497

Workflow file for this run

name: deny
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
cargo-deny:
runs-on: ubuntu-latest
strategy:
matrix:
checks:
- advisories
- bans licenses sources
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: ${{ matrix.checks == 'advisories' }}
# This job is configured by the deny.toml config file in the project top level
steps:
- uses: actions/checkout@v4
- uses: EmbarkStudios/cargo-deny-action@v2
with:
command: check ${{ matrix.checks }}