Skip to content

chore: remove shared/mcp/gh-aw.md and use tools.agentic-workflows front matter #14

chore: remove shared/mcp/gh-aw.md and use tools.agentic-workflows front matter

chore: remove shared/mcp/gh-aw.md and use tools.agentic-workflows front matter #14

Workflow file for this run

name: CI
on:
push:
pull_request:
jobs:
compile:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: Set up gh-aw CLI
uses: github/gh-aw-actions/setup-cli@f8495a686e66770ae977f82732f34d7340ee42a4 # v0.71.4
with:
gh_token: ${{ secrets.GITHUB_TOKEN }}
- name: Compile workflows
run: gh aw compile workflows/
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}