Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

fix merge conflgicht #6

fix merge conflgicht

fix merge conflgicht #6

Workflow file for this run

name: biome
on:
- push
- pull_request
jobs:
lint:
name: Lint & Format
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- run: npm install -g yarn
- run: yarn install
- run: yarn biome:check