Github Actions: Setup PureScript
↠
A GitHub Action which sets up a 🌲 PureScript toolchain for CI. Contains the following tools by default:
- The PureScript compiler
- The Spago package manager and build tool
- The
psaerror reporting frontend for the compiler
You can also optionally include the following tools:
This action is designed to support PureScript tools. Your PureScript project may also depend on tooling and libraries provided by the NPM ecosystem, in which case you will also want to use the setup-node action.