We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39de989 commit b79ba40Copy full SHA for b79ba40
.github/workflows/pull_request.yaml
@@ -19,7 +19,7 @@ jobs:
19
20
- name: Validate SAM Templates
21
run: |
22
- 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
23
echo "Validating template: $template"
24
sam validate --template-file "$template" --region us-east-2 --lint
25
done
0 commit comments