Skip to content

Commit 6bb1c31

Browse files
committed
Drop debug
1 parent 13b495d commit 6bb1c31

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
@@ -180,7 +180,6 @@ bullet_words() {
180180
cat $GITHUB_EVENT_PATH
181181
echo
182182
echo
183-
set -x
184183
base=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.base.sha' -M || echo HEAD^)
185184
if [ "$base" != "HEAD^" ]; then
186185
head=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.head.sha' -M || echo HEAD^)

0 commit comments

Comments
 (0)