Skip to main content
Deno 2 is finally here 🎉️
Learn more
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://deno.land/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>