Skip to content

fix(ci): mirror AgentBridge.VSCode workflow pattern #2

fix(ci): mirror AgentBridge.VSCode workflow pattern

fix(ci): mirror AgentBridge.VSCode workflow pattern #2

Workflow file for this run

name: 🧪 PromptFuel Validate
on:
workflow_dispatch:
pull_request:
branches: [master]
push:
branches: [master]
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 1
- uses: actions/setup-node@v4
with:
node-version: 20
- run: npm ci
- run: npm run compile
- run: npm run validate:manifest
- run: npm run package