forked from heavy-duty/stoke
Verify governance configuration in CI
This commit is contained in:
parent
a935b84ef8
commit
9efe4bf717
3 changed files with 3 additions and 1 deletions
|
|
@ -22,4 +22,4 @@ jobs:
|
|||
uses: actions/checkout@v4
|
||||
|
||||
- name: Run tests
|
||||
run: npm ci && npm test
|
||||
run: npm ci && npm test && npm run check:governance
|
||||
|
|
|
|||
1
changelog.d/30.md
Normal file
1
changelog.d/30.md
Normal file
|
|
@ -0,0 +1 @@
|
|||
- Adopted ceremony label and review automation with a machine-readable panel and scope taxonomy. (#30).
|
||||
|
|
@ -4,6 +4,7 @@
|
|||
"description": "CLI for the heavy-duty forge (Forgejo)",
|
||||
"main": "src/cli.js",
|
||||
"scripts": {
|
||||
"check:governance": "node scripts/check-governance.js",
|
||||
"test": "node --test",
|
||||
"start": "node src/cli.js"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue