Skip to content

Latest commit

 

History

History
 
 

hadolint

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

hadolint action

Validations on Push

This actions will check the formating of the Dockerfiles in the project, using hadolint

Example workflow

workflow "on push" {
  on = "push"
  resolves = ["hadolint"]
}

action "hadolint" {
  uses = "bltavares/actions/hadolint@master"
}