Skip to content

chore(deps): update typescript-eslint monorepo to v8.4.0 #2689

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

chore(deps): update typescript-eslint monorepo to v8.4.0 #2689

Workflow file for this run

name: pr-checks
on:
pull_request:
types: [opened, synchronize, reopened]
branches:
- main
jobs:
build-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: actions/setup-node@v4
with:
node-version-file: '.nvmrc'
cache: 'yarn'
- name: Lint
run: make lint
- name: Build
run: make build
- name: Test
run: make test