Skip to content

Commit 483c46f

Browse files
committed
run always both linters
1 parent 78cec2a commit 483c46f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/code-health.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,7 @@ jobs:
9999
cfn-lint --version
100100
- run: cfn-lint ./cfn-resources/**/*.yml
101101
- run: cfn-lint ./cfn-resources/**/*.yaml
102+
if: always() # run even if previous step fails to lint all files
102103
unit-test:
103104
runs-on: ubuntu-latest
104105
steps:

0 commit comments

Comments
 (0)