purescript-github-actions-toolkit icon indicating copy to clipboard operation
purescript-github-actions-toolkit copied to clipboard

PureScript wrapper around GitHub's Actions Toolkit

Results 5 purescript-github-actions-toolkit issues
Sort by recently updated
recently updated
newest added

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.

type: enhancement

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.

type: enhancement

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.

type: enhancement

**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...