Skip to content

aimanamri/git-action-test-automated_workflow

Repository files navigation

git-action-test-automated_workflow

This is a sample repository showcasing the use of GitHub Actions for Continuous Integration and Continuous Deployment. (CI/CD pipeline)

The repository contains a simple Python files (works with another programming languages as well), with a workflow defined in the .github/workflows directory.

The workflow is triggered on each push to the repository and runs a series of tasks, such as:

  • Installing dependencies
  • Building the application
  • Running unit tests

If all the tasks are successful, the workflow will be marked as completed and a new version of the application will be deployed.

To use this repository as a template for your own project, simply fork the repository and modify the workflow to fit your needs. For more information on GitHub Actions, see the official documentation.

Samples Workflow Template

Checkout workflow-template.yaml. Current the template is focusing on CI for Python simple test.

NOTES:

About

trying the automated versioning with commitzen and bump workflow

Resources

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages