Skip to content

feat(www): custom 404 page with helpful redirects (#60) #37

feat(www): custom 404 page with helpful redirects (#60)

feat(www): custom 404 page with helpful redirects (#60) #37

Workflow file for this run

name: CI
on:
push:
branches: [main, develop]
pull_request:
branches: [main, develop]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- uses: actions/setup-node@v4
with:
node-version: 22
cache: pnpm
- run: pnpm install --frozen-lockfile
- run: pnpm format:check
- run: pnpm test:a11y
- run: pnpm build