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 e6cd6d8 commit 3f8a78cCopy full SHA for 3f8a78c
.github/workflows/wiki_checks.yml
@@ -39,7 +39,6 @@ jobs:
39
# set -o pipefail
40
./.scripts/check-link-indicators | ./.scripts/log-github --level notice | \
41
tee >(wc -l | sed 's/^/msg-count=/' >> $GITHUB_OUTPUT)
42
- exit 0
43
44
45
- name: Install linters
@@ -70,7 +69,6 @@ jobs:
70
69
71
./.scripts/check-renamed-files | ./.scripts/log-github --level warning | \
72
73
74
75
76
- name: Check for duplicate files
0 commit comments