Skip to content

chore: release v0.2.3 and fix README workflow badge #15

chore: release v0.2.3 and fix README workflow badge

chore: release v0.2.3 and fix README workflow badge #15

Workflow file for this run

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