Skip to content

Merge pull request #87 from curvefi/chore/price-impact-optional-zap-v2 #356

Merge pull request #87 from curvefi/chore/price-impact-optional-zap-v2

Merge pull request #87 from curvefi/chore/price-impact-optional-zap-v2 #356

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: 24
- run: npm ci
- run: npm run build
- run: npm run lint