Skip to content

fix: biome linting issues #29

fix: biome linting issues

fix: biome linting issues #29

Workflow file for this run

name: Biome Lint and Format
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: "22"
- name: Install dependencies
run: npm install
- name: Run Biome lint
run: npm run lint