We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4793d1 commit 5471472Copy full SHA for 5471472
.github/workflows/broken-links.yml
@@ -27,9 +27,9 @@ jobs:
27
markdown-link-check README.md > link-check-results.txt || true
28
29
- name: Annotate Results
30
- if: always()
31
run: |
32
if grep -q "ERROR" link-check-results.txt; then
33
echo "::error title=Broken Links Found::$(cat link-check-results.txt | sed 's/%/%25/g; s/\n/%0A/g; s/\r/%0D/g')"
34
else
35
echo "::notice title=No Broken Links Found::All links are valid in the README."
+ fi
0 commit comments