Skip to content

Merge branch 'main' into 11-fix-add-nav-to-footer-because-dry #18

Merge branch 'main' into 11-fix-add-nav-to-footer-because-dry

Merge branch 'main' into 11-fix-add-nav-to-footer-because-dry #18

Workflow file for this run

name: Lint and Format
on: push
jobs:
lint-and-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: 1.0.24
- run: bun install
- run: bun lint
- run: bun format