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.