Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
play-circle

GitHub Action

Setup FluentCI

v3

Setup FluentCI

play-circle

Setup FluentCI

Download, install, and setup FluentCI CLI to your path

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Setup FluentCI

uses: fluentci-io/setup-fluentci@v3

Learn more about this action in fluentci-io/setup-fluentci

Choose a version

About

Setup FluentCI GitHub marketplace

Github Action for FluentCI - a simple CI/CD tool built for developers. With FluentCI you can write your CI/CD pipelines in TypeScript and run them on your local machine, on your own server or in the cloud.

Usage

name: fluentci

on:
  push:
    branches:
      - main

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v3
      - name: FluentCI
        uses: fluentci-io/setup-fluentci@v3
      - name: Run Hello World
        run: fluentci run base_pipeline

License

The scripts and documentation in this project are released under the MIT License