aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/push.yml
blob: f9d966e7eeffba6ad020b57c9f34343f62c4e5c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
on: push
name: ShellCheck
jobs:
  shellcheck:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/checkout@master
    - name: shellcheck
      uses: ludeeus/actions/shellcheck@master
      with:
        args: wireguard-install.sh -e SC1091 -e SC2034