Skip to content

Commit 88e41d0

Browse files
committed
Drop debug
1 parent 2720e86 commit 88e41d0

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/spelling.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,3 @@ jobs:
1414
bucket: ssh://git@github.com/check-spelling/examples.git
1515
project: spelling-data-lorem
1616
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17-
DEBUG: 1

test-spelling-unknown-words

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ bullet_words() {
193193
cat $GITHUB_EVENT_PATH
194194
echo
195195
echo
196-
set -x
197196
base=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.base.sha' -M || echo HEAD^)
198197
if [ "$base" != "HEAD^" ]; then
199198
head=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.head.sha' -M || echo HEAD^)

0 commit comments

Comments
 (0)