Skip to content

fix all biome errors #24

fix all biome errors

fix all biome errors #24

Workflow file for this run

name: Lint
on: pull_request
jobs:
lint:
runs-on: ubuntu-24.04
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Set up Node.js
uses: actions/setup-node@v4
with:
node-version: "18"
cache: "yarn"
- name: Install dependencies
run: yarn install
- name: Run lint
run: yarn lint