Skip to content

Commit f383b3d

Browse files
committed
downgrade cfn-lint serverless-rules because of an issue with v0.3.3
1 parent dd6f199 commit f383b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Install cfn-lint and plugins
4949
run: |
5050
pip install cfn-lint
51-
pip install cfn-lint-serverless
51+
pip install cfn-lint-serverless==0.3.2
5252
5353
- name: Install yq
5454
run: |

0 commit comments

Comments
 (0)