Module

x/fluentci/src/server/graphql/resolvers/action/mutations.ts>saveActions

Set up and run your CI locally or in any CI Provider in a consistent way
Latest
function saveActions
import { saveActions } from "https://dotland.deno.dev/x/fluentci@v0.16.4/src/server/graphql/resolvers/action/mutations.ts";

Parameters

_root: any
args: { projectId: string | number; actions: Action[]; }
ctx: Context

Returns

Promise<Action[] | null>