Denna Spec Validator
Version updated for https://github.com/daocraft/denna-spec-validator-action to version v1.1.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Denna Spec Validator Action is a GitHub Action designed to validate .denna-spec.json files against their specified JSON Schemas. It automates the process of schema validation by identifying files through configurable patterns, resolving schemas locally or remotely, and reporting validation results. This action ensures JSON specifications conform to their schemas, streamlining workflows and preventing schema-related errors in projects.
Release notes
1.1.0 (2026-03-25)
Features
- add manifest module with loadManifest and reconcileEntries (76a308a)
- add require-manifest input and entries consistency check (afbbad6)
Bug Fixes
- added gitignore (c1a4e7b)