Skip to content

[Snyk] Upgrade react from 19.0.0 to 19.1.0 #9

[Snyk] Upgrade react from 19.0.0 to 19.1.0

[Snyk] Upgrade react from 19.0.0 to 19.1.0 #9

Workflow file for this run

name: Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
merge_group:
types:
- checks_requested
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Lint files
run: yarn lint
- name: Typecheck files
run: yarn typecheck
test:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup
- name: Run unit tests
run: yarn test --maxWorkers=2 --coverage