/** * WFJ010: Unresolved action reference. * * After the forgejo dialect runs, every `uses:` should be a Forgejo-resolvable * form (a full URL, a local `./` action, or `docker://`). A bare `owner/repo@ref` * that survives into the output won't resolve — Forgejo has no GitHub * Marketplace. Flags it so it's caught in `chant lint` / `forgejo:checks`, not * only as a build-time warning. */ import type { PostSynthCheck } from "@intentius/chant/lint/post-synth"; export declare const wfj010: PostSynthCheck; //# sourceMappingURL=wfj010.d.ts.map