Skip to content

Return 404 instead of 500 when no contract is set #1190

Return 404 instead of 500 when no contract is set

Return 404 instead of 500 when no contract is set #1190

Workflow file for this run

name: Code Checks
on:
push:
jobs:
check:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
with:
fetch-depth: 1
- uses: oven-sh/setup-bun@v2
- run: bun install
- run: bun run build-paraglide
- run: bun run check
- run: bun run lint