adding shformat on push and pull

This commit is contained in:
mfgbhatti 2022-02-20 16:21:47 +00:00
parent 64d397bbe5
commit eae4e635b3
1 changed files with 16 additions and 0 deletions

16
.github/workflows/shellcheck.yml vendored Normal file
View File

@ -0,0 +1,16 @@
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master