Skip to content

feat: useChain hook #357

feat: useChain hook

feat: useChain hook #357

Workflow file for this run

name: Lint
on:
push:
paths:
- docs/**
- example/**
- packages/**
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: latest
- uses: actions/setup-node@v3
with:
cache: "pnpm"
node-version-file: ".nvmrc"
- run: pnpm install
- run: pnpm lint