Skip to content

chore(biome): 🚨 fix biome errors/warns #34

chore(biome): 🚨 fix biome errors/warns

chore(biome): 🚨 fix biome errors/warns #34

Workflow file for this run

name: CI
on:
push:
branches:
- "**"
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v4
- run: pnpm install
- run: pnpm run lint
- run: pnpm run build