Skip to content

Merge pull request #419 from curvefi/fix/routerGraph-cache #96

Merge pull request #419 from curvefi/fix/routerGraph-cache

Merge pull request #419 from curvefi/fix/routerGraph-cache #96

Workflow file for this run

name: Lint
on:
push:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '20'
- run: npm install
- run: npm run build
- run: npm run lint