Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 570 Bytes

File metadata and controls

24 lines (17 loc) · 570 Bytes

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"
}