Skip to content

tchia04/action-shellcheck

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SHELLCHECK

BuyMeCoffee

Run shellcheck on ALL sh files in the repository.

Example

workflow "Shellcheck" {
  on = "push"
  resolves = [
    "Shellcheck",
  ]
}


action "Shellcheck" {
  uses = "ludeeus/actions/shellcheck@master"
}

About

Run shellcheck on ALL sh files in the repository.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dockerfile 59.6%
  • Shell 22.9%
  • HCL 17.5%