Skip to content
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

Open
jnothman opened this issue Jul 28, 2020 · 3 comments · May be fixed by #24
Open

Support glob for input paths #19

jnothman opened this issue Jul 28, 2020 · 3 comments · May be fixed by #24

Comments

@jnothman
Copy link

This would also fix #11

@jnothman
Copy link
Author

The change would involve expanding wildcards here:

const jsonRelativePaths = configuration.JSONS.split(',');

@PeterHuewe
Copy link

+1

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
@kiriakos kiriakos linked a pull request Mar 18, 2021 that will close this issue
@henrikrudstrom
Copy link

+1

Hans5958 pushed a commit to Hans5958/validate-json-action that referenced this issue Jan 18, 2023
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 a pull request may close this issue.

3 participants