Skip to content

refactor(workers): remove dead filterDeleted/mergeUpdates paths #1167 #2246

refactor(workers): remove dead filterDeleted/mergeUpdates paths #1167

refactor(workers): remove dead filterDeleted/mergeUpdates paths #1167 #2246

name: Format and Lint
on:
push:
branches: [main]
pull_request:
branches: ['**']
concurrency:
group: format-and-lint-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: true
jobs:
format-and-lint:
runs-on: ubuntu-latest
env:
NODE_OPTIONS: --max-old-space-size=4096
steps:
- uses: actions/checkout@v7
- uses: ./.github/actions/setup
with:
needs-env: 'false'
needs-sync: 'true'
- name: Run Biome format check
run: pnpm run format
- name: Run Biome lint
run: pnpm run lint