Basic Template is a template repository that provides basic CI/CD workflows.
Choose george-lim/basic-template
as the template when creating a new repository.
Basic Template provides a README.md
, LICENSE
and two workflows for GitHub Actions.
There are no examples to provide for Basic Template.
There are two workflows in this repository. Each workflow supports manual triggering.
The CI
workflow is automatically triggered whenever there is push activity in main
or pull request activity towards main
. It has one job:
- Lint the codebase with GitHub's Super-Linter.
The CD
workflow is automatically triggered whenever there is a tag pushed to the repository. It has one job:
- Create a GitHub release with the tag.