UNPKG

@atomist/sdm

Version:

Atomist Software Delivery Machine SDK

12 lines 379 B
import { Goals } from "../Goals"; import { GoalWithFulfillment } from "../GoalWithFulfillment"; /** * Goal that should be scheduled for immaterial changes. * Uses a no-op goalExecutor. */ export declare const Immaterial: GoalWithFulfillment; /** * Goals instance for Immaterial changes */ export declare const ImmaterialGoals: Goals; //# sourceMappingURL=Immaterial.d.ts.map