diff --git a/.github/workflows/aws-cfn-lint.yml b/.github/workflows/aws-cfn-lint.yml index 11ed43317..1f16d0aba 100644 --- a/.github/workflows/aws-cfn-lint.yml +++ b/.github/workflows/aws-cfn-lint.yml @@ -33,4 +33,4 @@ jobs: - name: Check CloudFormation Syntax uses: scottbrenner/cfn-lint-action@v2 with: - path: templates/aws/ \ No newline at end of file + command: cfn-lint templates/aws/*.yml \ No newline at end of file