mirror of
https://github.com/hadolint/hadolint-action.git
synced 2026-05-18 07:55:55 +00:00
Add skip if no Dockerfiles are in directories
This commit is contained in:
parent
5ca5a12b99
commit
a47a956d8d
5 changed files with 88 additions and 25 deletions
3
testdata/test_good_single_file/Dockerfile
vendored
Normal file
3
testdata/test_good_single_file/Dockerfile
vendored
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
FROM alpine:3.10
|
||||
|
||||
RUN echo "Hello"
|
||||
Loading…
Add table
Add a link
Reference in a new issue