mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-01 11:12:31 +00:00
12 lines
252 B
YAML
12 lines
252 B
YAML
|
on: push
|
||
|
name: ShellCheck
|
||
|
jobs:
|
||
|
shellcheck:
|
||
|
runs-on: ubuntu-latest
|
||
|
steps:
|
||
|
- uses: actions/checkout@master
|
||
|
- name: shellcheck
|
||
|
uses: actions/bin/shellcheck@master
|
||
|
with:
|
||
|
args: wireguard-install.sh -e SC1091 -e SC2034
|