aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorStanislas <angristan@pm.me>2019-05-11 11:15:04 +0200
committerGitHub <noreply@github.com>2019-05-11 11:15:04 +0200
commitdb0d4abea7b4e12106d66f591661d0f17142beec (patch)
tree47fa6488255aa4a385b05eb65803be908df71694 /.github
parent2ef72e0dbe85a034ddf02cccf92bb402cc17eda5 (diff)
Add ShellCheck GitHub action
Diffstat (limited to '.github')
-rw-r--r--.github/main.workflow8
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"
+}