Skip to content

docs: Add layout and page naming conventions to README #26

docs: Add layout and page naming conventions to README

docs: Add layout and page naming conventions to README #26

Workflow file for this run

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