Skip to content

chore(deps): update dependency eslint to v8.57.1 #516

chore(deps): update dependency eslint to v8.57.1

chore(deps): update dependency eslint to v8.57.1 #516

Workflow file for this run

name: Checks
on:
push:
branches-ignore:
- master
jobs:
checks:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
cache: yarn
node-version-file: .nvmrc
- run: yarn --frozen-lockfile
- run: yarn prettier
- run: yarn eslint
- run: yarn typecheck
- run: yarn build