Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

fix(ethers_solc): hardcoded import remapping fix (#2626) #673

fix(ethers_solc): hardcoded import remapping fix (#2626)

fix(ethers_solc): hardcoded import remapping fix (#2626) #673

Workflow file for this run

name: deps
on:
push:
branches: [master]
pull_request:
branches: [master]
schedule: [cron: "00 00 * * *"]
jobs:
cargo-deny:
name: cargo deny check
runs-on: ubuntu-latest
timeout-minutes: 30
steps:
- uses: actions/checkout@v3
- uses: EmbarkStudios/cargo-deny-action@v1
with:
command: check all