Automated daily testing of delimit lint against real-world OpenAPI specs from popular open-source projects.
View the live matrix: delimit-ai.github.io/compatibility
- Every day at 6am UTC, a GitHub Action downloads OpenAPI specs from 15+ public repositories
- Each spec is linted using
delimit-clito verify parsing and policy evaluation - Results are published as a static page via GitHub Pages
See repos.json for the full list. Includes projects like cal.com, Backstage, Supabase, Appwrite, PostHog, Mattermost, and more.
Edit repos.json and add an entry:
{
"owner": "org-name",
"repo": "repo-name",
"spec": "path/to/openapi.yaml",
"description": "Short description"
}npm install -g delimit-cli
python3 test.py
open index.html