# Automatically @generated by build.py name: "MegaLinter" author: "Nicolas Vuillamy" description: "Combine all available linters to automatically validate your sources without configuration !" outputs: has_updated_sources: description: "0 if no source file has been updated, 1 if source files has been updated" runs: using: "docker" image: "docker://megalinter/megalinter:v5.4.0" args: - "-v" - "/var/run/docker.sock:/var/run/docker.sock:rw" branding: icon: "check" color: "green"