Metadata files such as issue templates for the WolfStar Project github organisation.
This repository contains reusable workflows for various purposes. These workflows are defined in YAML files and can be used across multiple repositories within the WolfStar Project organization.
The reusable-ci.yml
workflow is designed for continuous integration. It includes steps for checking out the code, setting up Node.js, installing dependencies, and running tests.
The reusable-publish.yml
workflow is designed for releasing stable Docker images. It includes steps for building and publishing Docker images.
The reusable-test.yml
workflow is designed for testing. It includes steps for checking out the code, setting up Node.js, installing dependencies, and running tests.
The reusable-cd.yml
workflow is designed for continuous deployment. It includes steps for deploying Docker images.