mirror of
https://github.com/angristan/wireguard-install.git
synced 2024-11-01 11:12:31 +00:00
14 lines
294 B
YAML
14 lines
294 B
YAML
on: push
|
|
name: ShellCheck
|
|
jobs:
|
|
shellcheck:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@master
|
|
- name: shellcheck
|
|
uses: ludeeus/action-shellcheck@0.0.1
|
|
env:
|
|
SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001
|
|
with:
|
|
args: wireguard-install.sh
|