Menu
AkurAI-Build
publicLatest change 30e6b8c347048d64c2c048dfd05a8ded219d37f6 - Host authenticated Git repositories over Smart HTTP with repo host/sync CLI by Ólafur Búi Ólafsson
# Copy to .github/workflows/kanban.yml only after maintainer review.
name: Validate Kanban
on:
pull_request:
paths:
- ".kanban/**"
- ".pi/skills/project-kanban/**"
push:
branches: [main]
paths:
- ".kanban/**"
- ".pi/skills/project-kanban/**"
permissions:
contents: read
jobs:
validate:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
with:
persist-credentials: false
- uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
with:
node-version: 22
- run: node .kanban/bin/kanban.mjs validate
- run: node --test .kanban/tests/kanban.test.mjs