You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Well it would be possible for sure. But instead of pointing to a directory, glob patterns would be IMHO a better option. glob patterns will fetch files necessary to validate. The directory use-case would be supported by following glob pattern: /path/to/directory/**/*.*
This change would require changing the architecture of this GitHub Actions though. Mechanism like stop on first error or continue on error will need to be introduced as well.
Currently, missing support for validating multiple files can be bypassed by setting multiple validation jobs pointing to different files.
folder support like definition-file ? :)
It would be nice to add this option
The text was updated successfully, but these errors were encountered: