add shellcheck action
Signed-off-by: matttrach <matttrach@gmail.com>
This commit is contained in:
parent
a7117c66eb
commit
33f47633d5
|
|
@ -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
|
||||
Loading…
Reference in New Issue