Skip to content

Update dependency @types/react-dom to v18.3.1 #746

Update dependency @types/react-dom to v18.3.1

Update dependency @types/react-dom to v18.3.1 #746

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.4
- 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