/actions-sapper

GitHub Actions for Sapper

Primary LanguageDockerfileMIT LicenseMIT

GitHub Action for Sapper

This Action wraps the Sapper CLI to enable common Sapper commands.

Usage

workflow "Deploy on Sapper" {
  on = "push"
  resolves = ["Build"]
}

action "Build" {
  uses = "arxpoetica/actions-sapper@master"
}

# etc.

License

The Dockerfile and associated scripts and documentation in this project are released under the MIT License.