Skip to content

Latest commit

 

History

History
52 lines (39 loc) · 1.58 KB

README.md

File metadata and controls

52 lines (39 loc) · 1.58 KB

.github

Boring GitHub Actions & Workflows

Features

Supported features:

  • Workflows
  • Actions

Workflows grouped by steps:

  • Test
    • lint-source.yml: check code style & quality
    • test.yml: run unit test
  • Build
    • build-source.yml: build source
    • build-image.yml: build Docker image
  • Push
    • create-github-release.yml: create GitHub Release
    • publish-npm.yml: publish source to NPM Registry
    • push-dockerhub.yml: push Docker image to DockerHub
  • Deploy
    • deploy-cloudflare-workers.yml: deploy source to CloudFlare Workers

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

Authors

BoringCodes

License

MIT