jbergstroem / hadolint-gh-action

A hadolint linter for github actions that provides code annotations (and more)
MIT License
12 stars 5 forks source link

feat: run renovate config validation via docker #119

Closed jbergstroem closed 1 year ago

jbergstroem commented 1 year ago

This shaves about 10 seconds (~40%) off the runtime. It is achieved by using the native github container action and downloading the latest config instead of mounting volumes via a DinD approach.