Add ShellCheck GitHub action

This commit is contained in:
Stanislas 2019-05-11 11:15:04 +02:00 committed by GitHub
parent 2ef72e0dbe
commit db0d4abea7
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"
}