Skip to content

Merge pull request #408 from curvefi/fix/curve-lite-constants #65

Merge pull request #408 from curvefi/fix/curve-lite-constants

Merge pull request #408 from curvefi/fix/curve-lite-constants #65

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