Skip to content

Commit 816d327

Browse files
committed
try cfn-lint with params
1 parent 1d9d2f1 commit 816d327

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/code-health.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ jobs:
9696
- name: 'Run cfn-lint'
9797
run: |
9898
shopt -s globstar # enable globbing
99-
cfn-lint
100-
shell: bash
99+
cfn-lint --version
100+
- run: cfn-lint -t ./**/*.yaml
101+
- run: cfn-lint -t ./**/*.yml
101102
unit-test:
102103
runs-on: ubuntu-latest
103104
steps:

0 commit comments

Comments
 (0)