Skip to content

Commit c5c5df9

Browse files
committed
disable liniting for now
1 parent 9215507 commit c5c5df9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ jobs:
3232
- name: SAM Build
3333
run: sam build
3434

35-
- name: Install and run cfn-lint
36-
uses: scottbrenner/cfn-lint-action@v2
37-
with:
38-
command: cfn-lint -t ./template.yml
35+
# - name: Install and run cfn-lint
36+
# uses: scottbrenner/cfn-lint-action@v2
37+
# with:
38+
# command: cfn-lint -t ./template.yml
3939

4040

4141

0 commit comments

Comments
 (0)