Skip to content

Commit b79ba40

Browse files
committed
ci: updated pr workflow
1 parent 39de989 commit b79ba40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
2020
- name: Validate SAM Templates
2121
run: |
22-
for template in $(find . -name "*.yaml" -o -name "*.yml" -not -path "./.github/*"); do
22+
for template in $(find . -name "*.yaml" -o -name "*.yml" -not -path ".github/*"); do
2323
echo "Validating template: $template"
2424
sam validate --template-file "$template" --region us-east-2 --lint
2525
done

0 commit comments

Comments
 (0)