-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support glob for input paths #19
Comments
The change would involve expanding wildcards here: validate-json-action/src/main.ts Line 15 in a477333
|
+1 |
Closed
kiriakos
added a commit
to kiriakos/validate-json-action
that referenced
this issue
Mar 18, 2021
Implemented globbing resolution based on @actions/glob [1]. Added test to validate globs are being read. Fixes OrRosenblatt#19. 1: https://github.com/actions/toolkit/tree/main/packages/glob
+1 |
Hans5958
pushed a commit
to Hans5958/validate-json-action
that referenced
this issue
Jan 18, 2023
…and_yarn/jest-circus-29.0.2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This would also fix #11
The text was updated successfully, but these errors were encountered: