Skip to content
This repository has been archived by the owner on Mar 18, 2023. It is now read-only.
/ actions-old Public archive
forked from bltavares/actions

Latest commit

 

History

History
 
 

shellcheck

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

shellcheck action

Validations on Push

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

Example workflow

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

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