From 2c861179a189d86abe184dc3c2e848a7bc6f791f Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Wed, 2 Oct 2024 12:00:58 -0700 Subject: [PATCH] ci: include the slack health score as part of ci tests (#346) --- .github/workflows/main.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 415f4d47..579ba9ad 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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/slack-health-score@v0.1.1 + with: + codecov_token: ${{ secrets.CODECOV_TOKEN }} + github_token: ${{ secrets.GITHUB_TOKEN }} + extension: js