We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 854e558 commit 890687fCopy full SHA for 890687f
.github/workflows/build.yml
@@ -24,11 +24,6 @@ jobs:
24
distribution: 'corretto'
25
cache: maven
26
27
- - name: Setup AWS SAM
28
- uses: aws-actions/setup-sam@v2
29
- with:
30
- use-installer: true
31
-
32
- name: Setup AWS SAM
33
uses: aws-actions/setup-sam@v2
34
with:
@@ -37,13 +32,12 @@ jobs:
37
- name: SAM Build
38
run: sam build
39
40
- - name: Setup Cloud Formation Linter with Latest Version
35
+ - name: Install and run cfn-lint
41
36
uses: scottbrenner/cfn-lint-action@v2
+ with:
+ command: cfn-lint -t ./template.yml
42
43
- - name: Print the Cloud Formation Linter Version & run Linter.
44
- run: |
45
- cfn-lint --version
46
- cfn-lint -t ./template.yaml
+
47
48
49
0 commit comments