Skip to content

Commit a62ebe7

Browse files
jsf9kfelddymcdonnnj
committed
Add the crazy-max/ghaction-github-status GitHub action
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. Co-authored-by: Mark Feldhousen <[email protected]> Co-authored-by: Nick <[email protected]>
1 parent ca49bea commit a62ebe7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ updates:
1414
# - dependency-name: actions/setup-go
1515
# - dependency-name: actions/setup-python
1616
# - dependency-name: crazy-max/ghaction-github-labeler
17+
# - dependency-name: crazy-max/ghaction-github-status
1718
# - dependency-name: hashicorp/setup-terraform
1819
# - dependency-name: mxschmitt/action-tmate
1920
package-ecosystem: github-actions

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ env:
1414
RUN_TMATE: ${{ secrets.RUN_TMATE }}
1515

1616
jobs:
17+
diagnostics:
18+
runs-on: ubuntu-latest
19+
steps:
20+
- id: github-status
21+
name: Check GitHub status
22+
uses: crazy-max/ghaction-github-status@v3
1723
lint:
1824
runs-on: ubuntu-latest
1925
steps:

0 commit comments

Comments
 (0)