aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/push.yml
blob: 0c5da09320f70efebbd9cf6a8f8c9337c01e9e43 (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/action-shellcheck@0.0.1
      with:
        args: wireguard-install.sh -e SC1091 -e SC2034 -e SC1091