We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee83bb commit e2a6819Copy full SHA for e2a6819
.github/workflows/test.yml
@@ -51,6 +51,18 @@ jobs:
51
run: .github/helm-docs.sh .
52
working-directory: ${{ matrix.chart }}
53
54
+ - name: Print job summary
55
+ if: failure()
56
+ run: |
57
+ echo '### Linting summary:' >> $GITHUB_STEP_SUMMARY
58
+ echo '' >> $GITHUB_STEP_SUMMARY
59
+ echo 'Please check our CONTRIBUTING.md sections:' >> $GITHUB_STEP_SUMMARY
60
61
+ echo "- [Bumping helm chart dependencies](${REPO_URL}/blob/main/CONTRIBUTING.md#bumping-helm-chart-dependencies)" >> $GITHUB_STEP_SUMMARY
62
+ echo "- [Generating documentation](${REPO_URL}/blob/main/CONTRIBUTING.md#generating-documentation)" >> $GITHUB_STEP_SUMMARY
63
+ env:
64
+ REPO_URL: github.com/${{ github.repository }}
65
+
66
test:
67
runs-on: ubuntu-latest
68
steps:
0 commit comments