1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-01 03:00:47 +00:00

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

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"
}