hadolint / hadolint-action

GitHub action for Hadolint, A Dockerfile linting tool
MIT License
192 stars 50 forks source link

Fix #80 no Dockerfile in any directory or subdirectory #84

Open nvtkaszpir opened 7 months ago

nvtkaszpir commented 7 months ago

fixes #80

This should prevent GH action failures if repo has no Dockerfiles (due to non-existing files or if files were deleted in the commits)

nvtkaszpir commented 7 months ago

@brpaz @lorenzo please take a look. You can see example GH action workflow on PR here https://github.com/nvtkaszpir/hadolint-action/pull/1