Skip to content

add fluentci.toml

add fluentci.toml #26

Workflow file for this run

# Do not edit this file directly. It is generated by https://deno.land/x/fluent_github_actions
name: Example
on:
push:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Fluent CI CLI
uses: fluentci-io/setup-fluentci@v5
with:
wasm: true
pipeline: .
args: |
config . --format=table --exit-code=0
image hashicorp/terraform:1.6 --format=table --exit-code=0
working-directory: example
- name: Run Dagger Pipelines
run: |
dagger run deno run -A ../src/dagger/runner.ts config
dagger run deno run -A ../src/dagger/runner.ts image
working-directory: example
env:
TRIVY_IMAGE: hashicorp/terraform:1.6