ProtoConsent Validate
Version updated for https://github.com/ProtoConsent/validate-action to version v1.0.1.
- This action is used across all versions by 0 repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The ProtoConsent Validate Action is a GitHub Action designed to automatically validate .well-known/protoconsent.json files against the ProtoConsent specification (v0.2). It ensures compliance with purpose-based consent standards by checking the file’s structure, fields, and values, identifying errors and warnings that could impact adherence to the specification. This action streamlines the validation process, automates compliance checks, and provides a summary of results in the GitHub Actions workflow interface.
What’s Changed
- Update @actions/core from v1 to v2
- Add repository, homepage, bugs, and keywords to package.json
- Remove node_modules from version control (dist bundle is self-contained)
- No functional changes