diff --git a/.github/main.workflow b/.github/main.workflow new file mode 100644 index 0000000..a5a711d --- /dev/null +++ b/.github/main.workflow @@ -0,0 +1,8 @@ +workflow "ShellCheck" { + on = "push" + resolves = ["shellcheck"] +} + +action "shellcheck" { + uses = "ludeeus/actions/shellcheck@master" +}