Skip to content

Commit d9717d9

Browse files
authored
Update wiki_checks.yml
1 parent 22de0c2 commit d9717d9

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/wiki_checks.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
# set -o pipefail
4040
./.scripts/check-link-indicators | ./.scripts/log-github --level notice | \
4141
tee >(wc -l | sed 's/^/msg-count=/' >> $GITHUB_OUTPUT)
42-
exit 0
4342
4443
4544
- name: Install linters
@@ -70,7 +69,6 @@ jobs:
7069
# set -o pipefail
7170
./.scripts/check-renamed-files | ./.scripts/log-github --level warning | \
7271
tee >(wc -l | sed 's/^/msg-count=/' >> $GITHUB_OUTPUT)
73-
exit 0
7472
7573
7674
- name: Check for duplicate files
@@ -149,4 +147,4 @@ jobs:
149147
}
150148
})
151149
], allowed_mentions: ({parse: []})}
152-
' | curl -X POST -H "Content-Type: application/json" --data @- "$WEBHOOK_URL"
150+
' | curl -X POST -H "Content-Type: application/json" --data @- "$WEBHOOK_URL"

0 commit comments

Comments
 (0)