diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 1de4ccd..c1de59b 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -54,7 +54,7 @@ jobs: echo "All files are properly formatted." fi - - name: Validate SAM Templates + - name: Validate SAM Templates run: | for template in $(find . -name ".yaml" -o -name ".yml"); do echo "Validating template: $template"