Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 632 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 632 Bytes

vortex-ci

This repository holds reusable workflows for CI. Supported workflows are documented here!

Goal

Our goal is to centralize and simplify the management of CI/CD workflows. By placing all reusable workflows in one central repository, we ensure consistency across projects and reduce maintenance overhead.

How to add a workflow to a repo

  1. Pick a template from here
  2. Copy the template into your repositories .github/workflows directory.
  3. Modify the template to fit your project's requirements.
  4. Commit and push the changes to your repository.