mirror of
https://github.com/angristan/wireguard-install.git
synced 2025-04-05 03:43:30 +03:00
ShellCheck: exclude SC1091 rule
This commit is contained in:
parent
4806a6a200
commit
ba3a19d6ac
1 changed files with 1 additions and 1 deletions
2
.github/main.workflow
vendored
2
.github/main.workflow
vendored
|
@ -5,5 +5,5 @@ workflow "ShellCheck" {
|
|||
|
||||
action "shellcheck" {
|
||||
uses = "actions/bin/shellcheck@master"
|
||||
args = "wireguard-install.sh"
|
||||
args = "wireguard-install.sh -e SC1091"
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue