/** * WGL027: Empty Script * * Detects jobs with `script: []` or scripts containing only empty strings. * GitLab rejects jobs with empty scripts at pipeline validation time. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wgl027: PostSynthCheck; //# sourceMappingURL=wgl027.d.ts.map