Skip to content

Add agent governance policy and CI workflow with artifact scanning #2

Add agent governance policy and CI workflow with artifact scanning

Add agent governance policy and CI workflow with artifact scanning #2

Workflow file for this run

name: Agentic Evaluation (PR)
on:
pull_request:
types: [opened, synchronize, reopened]
permissions:
contents: read
jobs:
agentic-eval:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '18'
- name: Install dependencies
run: npm ci
- name: Validate skills
run: npm run skill:validate
- name: Run agentic-eval (stub runner)
run: pwsh -File .github/scripts/run-agentic-eval.ps1