diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/main.workflow | 8 |
1 files changed, 8 insertions, 0 deletions
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" +} |