Skip to content

feat: Offline AI Plant and Wildlife Identification #1164

feat: Offline AI Plant and Wildlife Identification

feat: Offline AI Plant and Wildlife Identification #1164

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