jbergstroem / hadolint-gh-action

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

fix: validate renovate config #136

Closed jbergstroem closed 9 months ago

jbergstroem commented 9 months ago

Due to changes in how github treats internal downloads, the config failed to be downloaded correctly.

Switch to using the javascript package instead of the docker container. Surprisingly, also much faster (~45s -> 10s).