Skip to content

improvement in Tailwind logic and standardization of Kire's caching s… #36

improvement in Tailwind logic and standardization of Kire's caching s…

improvement in Tailwind logic and standardization of Kire's caching s… #36

Workflow file for this run

name: Biome CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
biome:
runs-on: ubuntu-latest
steps:
- name: Code Checkout
uses: actions/checkout@v4
- name: Setup Bun
uses: oven-sh/setup-bun@v2
- name: Installing dependencies
run: bun install --frozen-lockfile
- name: Run Biome Check
run: bunx biome check --write src/**