Joakim Sørensen 746dd2ddc0
Merge pull request #4 from kurahaupo/patch-1
apply to all Bash, Ksh, Zsh & POSIX Shell files
2019-12-01 10:17:06 +01:00
2019-03-09 11:25:33 +01:00
2019-03-09 11:25:14 +01:00
2019-11-20 16:56:37 +11:00

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"
}
Description
GitHub action for ShellCheck.
Readme MIT 245 KiB
Languages
Shell 79.9%
C 20.1%