/** * WGL002: Missing script * * A GitLab CI job must have `script`, `trigger`, or `run` defined. * Jobs without any of these will fail pipeline validation. */ import type { LintRule } from "@intentius/chant/lint/rule"; export declare const missingScriptRule: LintRule; //# sourceMappingURL=missing-script.d.ts.map