Skip to content

Conversation

@ivanauth
Copy link

@ivanauth ivanauth commented Jan 6, 2026

Description

Adds the ability to validate multiple schema files in a single action run. Previously, only one file could be validated at a time.

The new validationfiles input accepts:

  • Newline-separated file paths
  • Comma-separated file paths
  • Glob patterns including recursive **

The existing validationfile input continues to work for backward compatibility.

Changes

  • Add new validationfiles input to action.yml
  • Rewrite entrypoint.sh to handle multiple files and glob expansion
  • Update README with usage examples

Fixes #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

allow the action to run on a list of files

1 participant