Skip to content

chore: 🔖 bump version to v0.4.2 and update changelog #45

chore: 🔖 bump version to v0.4.2 and update changelog

chore: 🔖 bump version to v0.4.2 and update changelog #45

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