purescript-github-actions-toolkit
purescript-github-actions-toolkit copied to clipboard
PureScript wrapper around GitHub's Actions Toolkit
Right now this library does not expose bindings to the [@actions/github package](https://github.com/actions/toolkit/tree/main/packages/github). In order to support the full actions toolkit, we will need bindings to that package.
Right now this library does not expose bindings to the [@actions/artifact package](https://github.com/actions/toolkit/tree/main/packages/artifact). In order to support the full actions toolkit, we will need bindings to that package.
Right now this library does not expose bindings to the [@actions/glob package](https://github.com/actions/toolkit/tree/main/packages/glob). In order to support the full actions toolkit, we will need bindings to that package.
**Description of the change** This PR add bindings for the `@actions/glob` package. Resolves #2. --- **Checklist:** - [ ] Added the change to the changelog's "Unreleased" section with a link...
**Description of the change** Clearly and concisely describe the purpose of the pull request. If this PR relates to an existing issue or change proposal, please link to it. Include...