mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-22 04:35:09 +00:00
Add ShellCheck GitHub action
This commit is contained in:
parent
2ef72e0dbe
commit
db0d4abea7
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