Merge pull request #11 from angristan/shellcheck-action

Add ShellCheck GitHub action
This commit is contained in:
Stanislas 2019-05-11 11:15:53 +02:00 committed by GitHub
commit 839538f561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

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

@ -0,0 +1,8 @@
workflow "ShellCheck" {
on = "push"
resolves = ["shellcheck"]
}
action "shellcheck" {
uses = "ludeeus/actions/shellcheck@master"
}