Skip to content

Commit

Permalink
Add job summary to point to contributing.md
Browse files Browse the repository at this point in the history
Signed-off-by: Marco Franssen <[email protected]>
  • Loading branch information
marcofranssen committed Jan 2, 2023
1 parent d0ceec6 commit fc55dcc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,18 @@ jobs:
run: .github/helm-docs.sh .
working-directory: ${{ matrix.chart }}

- name: Print job summary
if: failure()
run: |
echo '### Linting summary:' >> $GITHUB_STEP_SUMMARY
echo '' >> $GITHUB_STEP_SUMMARY
echo 'Please check our CONTRIBUTING.md sections:' >> $GITHUB_STEP_SUMMARY
echo '' >> $GITHUB_STEP_SUMMARY
echo "- [Bumping helm chart dependencies](${REPO_URL}/blob/main/CONTRIBUTING.md#bumping-helm-chart-dependencies)" >> $GITHUB_STEP_SUMMARY
echo "- [Generating documentation](${REPO_URL}/blob/main/CONTRIBUTING.md#generating-documentation)" >> $GITHUB_STEP_SUMMARY
env:
REPO_URL: github.com/${{ github.repository }}

test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit fc55dcc

Please sign in to comment.