Skip to content

Commit 21513a8

Browse files
committed
install cli in ci
1 parent 95466a6 commit 21513a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/code-health.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
run: |
1919
cd cfn-resources
2020
go build -v ./...
21+
- name: Install CloudFormation CLI
22+
run: pip install cloudformation-cli cloudformation-cli-go-plugin
2123
- name: Generate purls for all resources
2224
run: make gen-purls
2325
- name: Check purls for all resources

0 commit comments

Comments
 (0)