Skip to content

chore(deps-dev): bump eslint from 8.20.0 to 8.49.0 #388

chore(deps-dev): bump eslint from 8.20.0 to 8.49.0

chore(deps-dev): bump eslint from 8.20.0 to 8.49.0 #388

Workflow file for this run

name: Test
on:
push:
branches: [main]
pull_request:
branches: ['*']
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-node@v1
with:
node-version: '16.x'
cache: yarn
- run: yarn install --frozen-lockfile
- run: yarn test
- run: yarn eslint
- run: yarn tsc