We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8addce commit 80a5e27Copy full SHA for 80a5e27
.github/workflows/test.yml
@@ -61,6 +61,18 @@ jobs:
61
run: ../../.github/helm-docs.sh .
62
working-directory: ${{ matrix.chart }}
63
64
+ - name: Print job summary
65
+ if: failure()
66
+ run: |
67
+ echo '### Linting summary:' >> $GITHUB_STEP_SUMMARY
68
+ echo '' >> $GITHUB_STEP_SUMMARY
69
+ echo 'Please check our CONTRIBUTING.md sections:' >> $GITHUB_STEP_SUMMARY
70
71
+ echo "- [Bumping helm chart dependencies](${REPO_URL}/blob/main/CONTRIBUTING.md#bumping-helm-chart-dependencies)" >> $GITHUB_STEP_SUMMARY
72
+ echo "- [Generating documentation](${REPO_URL}/blob/main/CONTRIBUTING.md#generating-documentation)" >> $GITHUB_STEP_SUMMARY
73
+ env:
74
+ REPO_URL: github.com/${{ github.repository }}
75
+
76
test:
77
runs-on: ubuntu-latest
78
steps:
0 commit comments