Skip to content

feat(m0): adopt Biome for linting and formatting #29

feat(m0): adopt Biome for linting and formatting

feat(m0): adopt Biome for linting and formatting #29

Workflow file for this run

name: Web Build
# Disabled per user request
on:
pull_request:
branches: ["*"]
paths:
- "apps/web/**"
push:
branches: ["main"]
paths:
- "apps/web/**"
merge_group:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
env:
FORCE_COLOR: 3
jobs:
build:
if: false # <--- Disabled
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup
uses: ./.github/actions/setup-node-pnpm-install
- name: Build Web
env:
NODE_OPTIONS: "--max_old_space_size=8192"
run: pnpm build && pnpm build:web