Skip to content

Validate LLM Instructions Files #10

Validate LLM Instructions Files

Validate LLM Instructions Files #10

Workflow file for this run

name: Validate LLM Instructions Files
on:
workflow_dispatch:
push:
branches:
- main
paths:
- 'eng/common/instructions/**'
- 'tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/**'
- 'eng/scripts/Verify-McpToolReferences.ps1'
- '.github/workflows/instructions.yml'
pull_request:
paths:
- 'eng/common/instructions/**'
- 'tools/azsdk-cli/Azure.Sdk.Tools.Cli/Tools/**'
- 'eng/scripts/Verify-McpToolReferences.ps1'
- '.github/workflows/instructions.yml'
jobs:
verify-mcp-tools:
name: Verify MCP Tool References
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/setup-dotnet@v4
with:
dotnet-version: 9.0
- name: azsdk-cli verify
shell: pwsh
run: |
./eng/scripts/Verify-McpToolReferences.ps1 `
-InstructionsPath ./eng/common/instructions/azsdk-tools