We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2720e86 commit 88e41d0Copy full SHA for 88e41d0
.github/workflows/spelling.yml
@@ -14,4 +14,3 @@ jobs:
14
bucket: ssh://git@github.com/check-spelling/examples.git
15
project: spelling-data-lorem
16
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
17
- DEBUG: 1
test-spelling-unknown-words
@@ -193,7 +193,6 @@ bullet_words() {
193
cat $GITHUB_EVENT_PATH
194
echo
195
196
- set -x
197
base=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.base.sha' -M || echo HEAD^)
198
if [ "$base" != "HEAD^" ]; then
199
head=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.head.sha' -M || echo HEAD^)
0 commit comments