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 22de0c2 commit d9717d9Copy full SHA for d9717d9
1 file changed
.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
@@ -149,4 +147,4 @@ jobs:
149
147
}
150
148
})
151
], allowed_mentions: ({parse: []})}
152
- ' | curl -X POST -H "Content-Type: application/json" --data @- "$WEBHOOK_URL"
+ ' | curl -X POST -H "Content-Type: application/json" --data @- "$WEBHOOK_URL"
0 commit comments