Skip to content

fix styling

fix styling #81

Workflow file for this run

name: Biome Lint
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
biome-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: oven-sh/setup-bun@v1
- name: Install dependencies
run: bun install
working-directory: site
- name: Run biome lint
run: bun lint
working-directory: site