Skip to content

Commit

Permalink
Configures cfn-lint to only fail for template errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Phuurl committed Nov 11, 2023
1 parent f6bfdfb commit 267d77b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Lint CloudFormation templates
run: |
cfn-lint --version
cfn-lint --include-checks I --info -t template.yaml
cfn-lint --include-checks I --info --non-zero-exit-code error -t template.yaml
go-check:
runs-on: ubuntu-latest
timeout-minutes: 10
Expand Down

0 comments on commit 267d77b

Please sign in to comment.