We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13b495d commit 6bb1c31Copy full SHA for 6bb1c31
.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
@@ -180,7 +180,6 @@ bullet_words() {
180
cat $GITHUB_EVENT_PATH
181
echo
182
183
- set -x
184
base=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.base.sha' -M || echo HEAD^)
185
if [ "$base" != "HEAD^" ]; then
186
head=$(cat $GITHUB_EVENT_PATH | jq -r '.pull_request.head.sha' -M || echo HEAD^)
0 commit comments