Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Continuous Integration with GitHub Actions

This is a demonstration repository for using GitHub Actions to do Continuous Integration (CI).

Overview

GitHub Actions run Workflows, which could be used for Continuous Integration, building, testing, deployment, etc. It has access to the GitHub API, so can even be used for issue and pull request management. See the documentation overview for details if they are not explained here.

Workflows run in a dedicated container image on a virtual machine, either builtin to the GitHub hosting, or built and managed yourself. We won't go into details of the self-managed style here.

About

Demonstration of GitHub Actions

Resources

Stars

1 star

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages