1
1
mirror of https://github.com/angristan/wireguard-install.git synced 2024-06-02 11:30:49 +00:00
wireguard-install/.github/workflows/push.yml

12 lines
254 B
YAML
Raw Normal View History

on: push
name: ShellCheck
jobs:
shellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: shellcheck
2019-10-30 03:09:40 +00:00
uses: ludeeus/action-shellcheck@0.0.1
with:
args: wireguard-install.sh -e SC1091 -e SC2034