Skip to content

chore(deps): update typescript-eslint monorepo to v8 (major) #33

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

chore(deps): update typescript-eslint monorepo to v8 (major) #33

Workflow file for this run

name: Checks
on:
- pull_request
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version-file: package.json
cache: yarn
cache-dependency-path: yarn.lock
- name: Install modules
run: corepack yarn
- name: Run lint check
run: corepack yarn run lint
- name: Run type check
run: corepack yarn run check:types