Skip to content

chore(deps): bump the svelte group across 1 directory with 4 updates #1476

chore(deps): bump the svelte group across 1 directory with 4 updates

chore(deps): bump the svelte group across 1 directory with 4 updates #1476

Workflow file for this run

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@v6
- 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