tchia04 / action-shellcheck

Run shellcheck on ALL sh files in the repository.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:Dockerfile 59.7%Language:Shell 22.9%Language:HCL 17.5%