Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 582 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 582 Bytes

Juit Workflows

This repository contains all shared workflows for Juit's open/public work.

The runnable workflows are in ./.github/workflows and are generated from the templates found in ./workflows running the npm run build script.

This script simply runs across all the workflow templates, expanding YAML references and !include custom tags, then writing the resulting output in the above-mentioned directory.

You can find final workflows (to copy and paste in other repositories) in the samples directory.