Skip to content

style: reduce header app name border height by 10% to match logo #9

style: reduce header app name border height by 10% to match logo

style: reduce header app name border height by 10% to match logo #9

Workflow file for this run

name: CI
on:
push:
branches: [ main, master ]
pull_request:
branches: [ main, master ]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install Dependencies
run: bun install --frozen-lockfile
- name: Run Validation Suite
run: bun run validate