Skip to content
This repository has been archived by the owner on Jun 20, 2023. It is now read-only.
/ basic-template Public archive

A template repository that provides basic CI/CD workflows

License

Notifications You must be signed in to change notification settings

george-lim/basic-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Basic Template

releases ci license

Basic Template is a template repository that provides basic CI/CD workflows.

Usage

Choose george-lim/basic-template as the template when creating a new repository.

Features

Basic Template provides a README.md, LICENSE and two workflows for GitHub Actions.

Examples

There are no examples to provide for Basic Template.

CI/CD

Pipeline

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:

  1. 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:

  1. Create a GitHub release with the tag.