Skip to content

M⚠️ ◾ Clarify default/template prompt and remove Active prompt UI #502

M⚠️ ◾ Clarify default/template prompt and remove Active prompt UI

M⚠️ ◾ Clarify default/template prompt and remove Active prompt UI #502

Workflow file for this run

name: Biome Format & Lint Check
on:
pull_request:
branches: [main]
push:
branches: [main]
jobs:
biome-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Node.js
uses: actions/setup-node@v6
with:
node-version: 20
- name: Install dependencies
run: npm ci
- name: Run Biome format check
run: npx biome format .
- name: Run Biome linter
run: npx biome lint . --error-on-warnings