Skip to content

feat(i18n): add Brazilian Portuguese (pt-BR) locale (#810) #284

feat(i18n): add Brazilian Portuguese (pt-BR) locale (#810)

feat(i18n): add Brazilian Portuguese (pt-BR) locale (#810) #284

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