Skip to content

Add Base config + WETH and BAL #270

Add Base config + WETH and BAL

Add Base config + WETH and BAL #270

Workflow file for this run

name: Checks
on:
- pull_request
jobs:
Lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install deps
run: npm ci
- name: Run lint
run: npm run lint