Skip to content

deps: Upgrade wagmi #292

deps: Upgrade wagmi

deps: Upgrade wagmi #292

Workflow file for this run

name: Lint
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'npm'
- name: Install dependencies
run: npm install
- name: Lint
run: npm run lint:check