1
1
mirror of https://github.com/namibia/openvpn-install.git synced 2024-05-30 01:50:48 +00:00
openvpn-install/.github/wrokflows/push.yml
Stanislas 4fe6541a8d
Add GitHub actions workflow for shellcheck (#458)
* Remove Travis

* Add GitHub actions workflow for shellcheck
2019-08-16 18:28:12 +02:00

12 lines
277 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,SC2164,SC2034,SC1072,SC1073,SC1009