Skip to content

Commit

Permalink
ci: include the slack health score as part of ci tests (#346)
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeg authored Oct 2, 2024
1 parent 9bcc222 commit 2c86117
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,10 @@ jobs:

- name: "integration(incoming): confirm a payload file was posted"
run: test -n "${{ steps.slackPayloadFile.outputs.time }}"

- name: "chore(health): check up on recent changes to the health score"
uses: slackapi/[email protected]
with:
codecov_token: ${{ secrets.CODECOV_TOKEN }}
github_token: ${{ secrets.GITHUB_TOKEN }}
extension: js

0 comments on commit 2c86117

Please sign in to comment.