Add workflow (#531)

This commit is contained in:
Pascal Vizeli
2019-03-04 09:06:51 +01:00
committed by GitHub
parent aff51f34b8
commit ed25726475

9
.github/main.workflow vendored Normal file
View File

@@ -0,0 +1,9 @@
workflow "Checks" {
on = "push"
resolves = ["Shell-Scripts"]
}
action "Shell-Scripts" {
uses = "actions/bin/shellcheck@master"
args = "**/*.sh"
}