Skip to content

Commit

Permalink
Add the crazy-max/ghaction-github-status GitHub action
Browse files Browse the repository at this point in the history
This action is added in a separate "diagnostics" job.  As configured
it will never fail, but it will print out the status of the various
GitHub components.  This information will sometimes be useful when
determining why builds fail after the fact.
  • Loading branch information
jsf9k committed Aug 29, 2023
1 parent bd762fe commit f708ed4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,12 @@ env:
RUN_TMATE: ${{ secrets.RUN_TMATE }}

jobs:
diagnostics:
runs-on: ubuntu-latest
steps:
- id: github-status
name: Check GitHub status
uses: crazy-max/ghaction-github-status@v3
lint:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit f708ed4

Please sign in to comment.