Skip to content

Update typescript-eslint monorepo to v8 (major) #656

Update typescript-eslint monorepo to v8 (major)

Update typescript-eslint monorepo to v8 (major) #656

Workflow file for this run

name: Lint
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4.0.3
- name: Install Dependencies
run: yarn install --frozen-lockfile
- name: Lint ESLint
run: yarn lint:eslint
- name: Lint Prettier
run: yarn lint:prettier
- name: Install wasm-pack
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh
- name: TypeCheck
run: yarn typecheck