Skip to content

chore: migrate to Yarn 4 and bump dev-deps to current majors #2982

chore: migrate to Yarn 4 and bump dev-deps to current majors

chore: migrate to Yarn 4 and bump dev-deps to current majors #2982

Workflow file for this run

name: Lint
on:
pull_request:
types: [opened, synchronize, reopened, edited]
concurrency:
group: ${{ github.workflow }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: ./.github/actions/setup-node
- name: Lint
run: yarn lint