Skip to content

Commit c8042a7

Browse files
committed
Use shellcheck action
1 parent 57c9fef commit c8042a7

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/quality-checks.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@ jobs:
9999
- name: Run linting for TypeScript and Python
100100
run: make lint
101101

102+
- name: Run ShellCheck
103+
uses: ludeeus/action-shellcheck@master
104+
with:
105+
ignore_paths: >-
106+
**/*test*
107+
102108
- name: Check for CloudFormation templates
103109
id: check_cfn_templates
104110
run: |

0 commit comments

Comments
 (0)