Skip to content

Commit 2c86117

Browse files
authored
ci: include the slack health score as part of ci tests (#346)
1 parent 9bcc222 commit 2c86117

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,10 @@ jobs:
117117

118118
- name: "integration(incoming): confirm a payload file was posted"
119119
run: test -n "${{ steps.slackPayloadFile.outputs.time }}"
120+
121+
- name: "chore(health): check up on recent changes to the health score"
122+
uses: slackapi/[email protected]
123+
with:
124+
codecov_token: ${{ secrets.CODECOV_TOKEN }}
125+
github_token: ${{ secrets.GITHUB_TOKEN }}
126+
extension: js

0 commit comments

Comments
 (0)