Skip to content

Refactor App component to utilize granular update checks for major, m… #6

Refactor App component to utilize granular update checks for major, m…

Refactor App component to utilize granular update checks for major, m… #6

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
lint:
name: Biome Check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v2
- run: bun install --frozen-lockfile
- run: bun run lint