Skip to content

AI CI

AI CI #1499

Workflow file for this run

name: AI CI
on:
workflow_dispatch:
workflow_run:
workflows: ["CI Gate", "AI Moderator"]
types: [completed]
permissions:
actions: read
contents: write
id-token: write
issues: write
pull-requests: write
concurrency:
group: ai-ci-${{ github.event.workflow_run.head_branch || github.run_id }}
cancel-in-progress: false
jobs:
ci-suite:
uses: dryvist/ai-workflows/.github/workflows/suite-ci.yml@v0
with:
repo_context: "Nix home-manager modules for AI CLI tools (Claude, Gemini, Copilot, MCP servers)"
ci_structure: "ci-gate.yml (dorny/paths-filter + nix-check + markdown-lint + alls-green gate)"
workflow_name: "CI Gate"
extra_tools: "Bash(nix *)"
secrets: inherit