Skip to content

Add EVMChainConfig #706

Add EVMChainConfig

Add EVMChainConfig #706

Workflow file for this run

name: Clippy
on:
pull_request:
branches: ["main"]
env:
CARGO_TERM_COLOR: always
jobs:
clippy_check:
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./
steps:
- uses: actions/checkout@v3
- uses: actions/cache@v3
with:
path: |
~/.cargo/registry
~/.cargo/git
target
key: ${{ runner.os }}-cargo-${{ hashFiles('**/Cargo.lock') }}
- name: Run Lint
run: make lint