You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The core of this library is built on top of the GitHub Actions toolkit, a set of libraries for executing commands within GitHub Actions. It is likely that others will want to write GitHub Actions in PureScript in the future, and these bindings are broadly useful outside this library.
Some possible actions that come to mind which could use this shared base:
Automatically format code using purty
Automated attempts to upgrade package sets / dependencies in PureScript repositories
Automatically upload Pursuit documentation for releases which haven't been uploaded yet
All of the Actions* modules that exist in this library can be moved directly out to another package that exposes something like a set of modules named:
which mirror the packages available in the official toolkit. The bindings weren't difficult to put together in the first place, so this shouldn't be more than a few hours' effort to set up.
The text was updated successfully, but these errors were encountered:
The core of this library is built on top of the GitHub Actions toolkit, a set of libraries for executing commands within GitHub Actions. It is likely that others will want to write GitHub Actions in PureScript in the future, and these bindings are broadly useful outside this library.
Some possible actions that come to mind which could use this shared base:
purty
All of the
Actions*
modules that exist in this library can be moved directly out to another package that exposes something like a set of modules named:which mirror the packages available in the official toolkit. The bindings weren't difficult to put together in the first place, so this shouldn't be more than a few hours' effort to set up.
The text was updated successfully, but these errors were encountered: