AntiPattern
Workflow File List Misuse
changed-files-string-filtering
Changed-files outputs get treated as a single string, then filtered with string suffix checks or redundant fetching, so lint steps run on the wrong set of paths or skip entirely. Fix by consuming the action-provided file list directly.