Skip to content

docs: fix incorrect app identifier in CONTRIBUTING.md #347

docs: fix incorrect app identifier in CONTRIBUTING.md

docs: fix incorrect app identifier in CONTRIBUTING.md #347

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- main
jobs:
frontend-quality:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Typecheck app + web
run: bun run typecheck
- name: Build web smoke test
run: bun run build:web