Skip to content

chore(deps): update react monorepo to v19 (major) (#52) #153

chore(deps): update react monorepo to v19 (major) (#52)

chore(deps): update react monorepo to v19 (major) (#52) #153

Workflow file for this run

name: lint
on:
push:
branches:
- main
jobs:
eslint:
runs-on: ubuntu-latest
concurrency:
group: eslint-check-${{ github.ref }}
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
- name: Setup Node
uses: ./.github/actions/setup-node
- name: Run Lint
run: pnpm run lint