Skip to content

Update agent workflow guidance and add SKILL documentation #18

Update agent workflow guidance and add SKILL documentation

Update agent workflow guidance and add SKILL documentation #18

Workflow file for this run

name: PR Checks
on:
pull_request:
workflow_dispatch:
jobs:
quality:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v5
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Test
run: bun test
- name: Build
run: bun run build