Verify governance configuration in CI
All checks were successful
ci / test (pull_request) Successful in 23s

This commit is contained in:
codex-bot-andresmgsl 2026-08-19 19:26:29 +00:00
parent a935b84ef8
commit 9efe4bf717
3 changed files with 3 additions and 1 deletions

View file

@ -22,4 +22,4 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Run tests - name: Run tests
run: npm ci && npm test run: npm ci && npm test && npm run check:governance

1
changelog.d/30.md Normal file
View file

@ -0,0 +1 @@
- Adopted ceremony label and review automation with a machine-readable panel and scope taxonomy. (#30).

View file

@ -4,6 +4,7 @@
"description": "CLI for the heavy-duty forge (Forgejo)", "description": "CLI for the heavy-duty forge (Forgejo)",
"main": "src/cli.js", "main": "src/cli.js",
"scripts": { "scripts": {
"check:governance": "node scripts/check-governance.js",
"test": "node --test", "test": "node --test",
"start": "node src/cli.js" "start": "node src/cli.js"
}, },