mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-24 05:56:02 +03:00
Merge pull request #11 from angristan/shellcheck-action
Add ShellCheck GitHub action
This commit is contained in:
commit
839538f561
8
.github/main.workflow
vendored
Normal file
8
.github/main.workflow
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
workflow "ShellCheck" {
|
||||||
|
on = "push"
|
||||||
|
resolves = ["shellcheck"]
|
||||||
|
}
|
||||||
|
|
||||||
|
action "shellcheck" {
|
||||||
|
uses = "ludeeus/actions/shellcheck@master"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user