This repository is a test setup for validating the LLMFeed GitHub Action (@25xcodes/llmfeed-action).
This repo demonstrates how to:
- Set up an LLMFeed JSON file in the
.well-known/directory - Configure a GitHub Actions workflow to automatically validate the feed on every push
.
├── .well-known/
│ └── mcp.llmfeed.json # Sample unsigned LLMFeed
├── .github/
│ └── workflows/
│ └── validate-feed.yml # Validation workflow
└── README.md
The GitHub Action automatically runs on:
- Push: When any
*.llmfeed.jsonfile is modified - Pull Request: When any
*.llmfeed.jsonfile is modified
The workflow uses skip-signature: 'true' since this is a test feed without cryptographic signatures.
MIT