Skip to content

Fix favicon path, update version to 2.0.2, and add favicon asset (#15) #9

Fix favicon path, update version to 2.0.2, and add favicon asset (#15)

Fix favicon path, update version to 2.0.2, and add favicon asset (#15) #9

Workflow file for this run

name: Lint Check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: 📥 Checkout
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 Biome lint
run: bun run lint