jbergstroem / hadolint-gh-action

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

Improve test for catching glob expansion properly #85

Closed jbergstroem closed 2 years ago

jbergstroem commented 2 years ago

The upcoming approach basically assumes that the glob works, but that's it. A better test would be to verify that the files that are tested are the ones we expect by checking output from hadolint and matching the filenames.

Refs: #82.