Skip to content

Commit e7910f3

Browse files
committed
use path
1 parent 816d327 commit e7910f3

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
@@ -97,8 +97,9 @@ jobs:
9797
run: |
9898
shopt -s globstar # enable globbing
9999
cfn-lint --version
100-
- run: cfn-lint -t ./**/*.yaml
101-
- run: cfn-lint -t ./**/*.yml
100+
- run: pwd
101+
- run: cfn-lint -t ./cfn-resources/**/*.yml
102+
- run: cfn-lint -t ./cfn-resources/**/*.yaml
102103
unit-test:
103104
runs-on: ubuntu-latest
104105
steps:

0 commit comments

Comments
 (0)