diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 2b1fc99..5066fed 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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