Skip to content

deps: bump ethers from 6.10.0 to 6.12.1 #24

deps: bump ethers from 6.10.0 to 6.12.1

deps: bump ethers from 6.10.0 to 6.12.1 #24

Workflow file for this run

name: linter
on:
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: Install Dependencies
run: npm ci
- name: Run Lint
run: npm run lint