Joakim Sørensen 88a963fbeb
Merge pull request #2 from tchia04/migrate_to_yml
converted main.workflow to Actions V2 yml files
2019-11-29 22:30:12 +01:00
2019-03-09 11:25:33 +01:00
2019-03-09 11:25:14 +01: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%