Skip to content

fix(sentry): correct project name typo gitbix → gitbox #35

fix(sentry): correct project name typo gitbix → gitbox

fix(sentry): correct project name typo gitbix → gitbox #35

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: build-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
name: Build
runs-on: ubuntu-latest
env:
# Dummy values for build (not used at runtime)
NEXT_PUBLIC_SUPABASE_URL: https://example.supabase.co
NEXT_PUBLIC_SUPABASE_ANON_KEY: dummy-anon-key-for-build
steps:
- uses: actions/checkout@v4
- name: Prepare environment
uses: ./.github/actions/prepare
- name: Run Build
run: pnpm build