Skip to content

fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.107 (… #32

fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.107 (…

fix(deps): update dependency @snapshot-labs/snapshot.js to ^0.4.107 (… #32

Workflow file for this run

name: Lint
on: [push]
jobs:
lint:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: '16'
cache: 'yarn'
- run: yarn
- run: yarn lint:nofix
- run: yarn typecheck