Skip to content

chore(deps): update typescript-eslint monorepo to v7 (major) #1344

chore(deps): update typescript-eslint monorepo to v7 (major)

chore(deps): update typescript-eslint monorepo to v7 (major) #1344

Workflow file for this run

name: Pr
on: pull_request
jobs:
test:
runs-on: ubuntu-latest
name: Test
steps:
- uses: actions/checkout@master
- uses: actions/setup-node@v1
with:
node-version: "12"
check-latest: true
- run: yarn install
- run: yarn lint
- run: yarn test --coverage
- run: yarn build