Skip to content

Commit cb4a9e7

Browse files
committed
chore: update cfn-lint installation step in GitHub Actions workflow to include serverless plugin
1 parent 80a4ead commit cb4a9e7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ jobs:
4545
- name: Install AWS SAM CLI
4646
uses: aws-actions/setup-sam@v2
4747

48-
- name: Install cfn-lint
48+
- name: Install cfn-lint and plugins
4949
run: |
5050
pip install cfn-lint
51+
pip install cfn-lint-serverless
5152
5253
- name: Install yq
5354
run: |

0 commit comments

Comments
 (0)