Skip to content

Set additional SNX pool configuration #56

Set additional SNX pool configuration

Set additional SNX pool configuration #56

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