Skip to content

SIP-324 Passive SNX Pool - Goerli staging deployment #65

SIP-324 Passive SNX Pool - Goerli staging deployment

SIP-324 Passive SNX Pool - Goerli staging deployment #65

Workflow file for this run

name: lint
on:
pull_request: {}
push:
branches:
- "test"
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: "18"
cache: "yarn"
- run: yarn --version
- run: yarn install --immutable
- run: yarn dedupe --check
- run: yarn pretty:check