Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fluentci/src/server/graphql/objects/action.ts>Action

Set up and run your CI locally or in any CI Provider in a consistent way
Latest
class Action
import { Action } from "https://deno.land/x/fluentci@v0.16.4/src/server/graphql/objects/action.ts";

Constructors

new
Action(unnamed 0: Action)

Properties

commands: string
enabled: boolean
optional
env: string[] | null
optional
githubUrl: string | null
optional
id: string
name: string
plugin: string
useWasm: boolean
optional
workingDirectory: string | null