Skip to content

chore(deps): Bump eslint from 9.39.2 to 10.0.0 #29

chore(deps): Bump eslint from 9.39.2 to 10.0.0

chore(deps): Bump eslint from 9.39.2 to 10.0.0 #29

Workflow file for this run

name: PR
on:
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
uses: ./.github/workflows/lint.yml
typecheck:
uses: ./.github/workflows/typecheck.yml
test:
needs: [lint, typecheck]
uses: ./.github/workflows/test.yml
build:
needs: test
uses: ./.github/workflows/build.yml