Skip to content

Commit

Permalink
ci: updated pr workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
voorepreethi committed Nov 12, 2024
1 parent 39de989 commit b79ba40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Validate SAM Templates
run: |
for template in $(find . -name "*.yaml" -o -name "*.yml" -not -path "./.github/*"); do
for template in $(find . -name "*.yaml" -o -name "*.yml" -not -path ".github/*"); do
echo "Validating template: $template"
sam validate --template-file "$template" --region us-east-2 --lint
done
Expand Down

0 comments on commit b79ba40

Please sign in to comment.