Skip to content

Add AGENTS.md documenting agentic workflows with MCP tools for compil… #30

Add AGENTS.md documenting agentic workflows with MCP tools for compil…

Add AGENTS.md documenting agentic workflows with MCP tools for compil… #30

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
compile-workflows:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name: Install gh-aw extension
run: |
curl -fsSL https://raw.githubusercontent.com/githubnext/gh-aw/refs/heads/main/install-gh-aw.sh \
| bash
- name: Run gh aw compile
run: |
set -e
echo "Compiling agentic workflows..."
gh aw compile
echo "Compilation completed successfully"