Add glob bindings#10
Conversation
|
A couple of things:
I presume there's something I'm missing?
/**
* Returns files and directories matching the glob patterns.
*
* Order of the results is not guaranteed.
*/
globGenerator(): AsyncGenerator<string, void>Any thoughts? |
|
@maxdeviant Thanks for working on this! You're not the only one who couldn't figure out how to run it locally :D Since the I know it's not ideal to have to push to the PR to see if tests are working, but we'll squash-and-merge so it should be ok. As for the The docs are kind of lacking for Edit: I found a few more docs that seem to indicate something like this would work: |
Description of the change
This PR add bindings for the
@actions/globpackage.Resolves #2.
Checklist: