This repository contains a minimal pipeline for a Fluent CI project. It is intended to be used as a template for new projects. Reusing this template will allow you to get started with Fluent CI in a matter of minutes, just run the following command:
fluentci init
src
|-- helpers.ts : Contains helper functions
|-- jobs.ts : Contains the job definitions
|-- mod.ts : This is the entry point of the module
|-- pipeline.ts : Contains the pipeline definition
`-- runner.ts : Contains the runner function