diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..05ad5ec --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,9 @@ +workflow "Checks" { + on = "push" + resolves = ["Shell-Scripts"] +} + +action "Shell-Scripts" { + uses = "actions/bin/shellcheck@master" + args = "**/*.sh" +}