Skip to content

Enhance catalog browser with Popular Items, Recently Used, and per-item quantity adjustment #1159

Enhance catalog browser with Popular Items, Recently Used, and per-item quantity adjustment

Enhance catalog browser with Popular Items, Recently Used, and per-item quantity adjustment #1159

Workflow file for this run

name: Biome Check
on:
pull_request:
branches: ["**"]
permissions:
contents: read
jobs:
biome:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: oven-sh/setup-bun@v1
with:
bun-version: latest
- name: Install dependencies
env:
PACKRAT_NATIVEWIND_UI_GITHUB_TOKEN: ${{ secrets.PACKRAT_NATIVEWIND_UI_GITHUB_TOKEN }}
run: bun install
- name: Run Biome check
run: bun biome check