Skip to content

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.62.0 #143

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.62.0

chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.62.0 #143

Workflow file for this run

name: Check
on:
pull_request:
branches:
- main
jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: bahmutov/npm-install@v1
- run: yarn lint
- run: yarn test --coverage
- run: yarn build