add shellcheck action

Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
matttrach 2023-09-15 12:42:51 -05:00
parent a7117c66eb
commit 33f47633d5
No known key found for this signature in database
GPG Key ID: C00467FDE2D0231F
1 changed files with 8 additions and 0 deletions

View File

@ -38,3 +38,11 @@ jobs:
run: tflint --init
- name: Run TFLint
run: tflint -f compact
shellcheck:
name: Shellcheck
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run ShellCheck
uses: ludeeus/action-shellcheck@master