Skip to content

Commit 8da7acd

Browse files
authored
chore: revert "ci: fix spelling action failure (#922)" (#928)
See #927.
1 parent 97058bb commit 8da7acd

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/spelling.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
name: Check Spelling
33
on:
4-
pull_request_target:
5-
branches: ["**"]
4+
pull_request:
5+
branches: ['**']
66
types: [opened, reopened, synchronize]
77
issue_comment:
88
types: [created]
@@ -11,7 +11,6 @@ jobs:
1111
name: Check Spelling
1212
permissions:
1313
contents: read
14-
pull-requests: read
1514
actions: read
1615
security-events: write
1716
outputs:
@@ -75,6 +74,6 @@ jobs:
7574
cspell:sql/src/tsql.txt
7675
cspell:terraform/dict/terraform.txt
7776
cspell:typescript/dict/typescript.txt
78-
check_extra_dictionaries: ""
77+
check_extra_dictionaries: ''
7978
only_check_changed_files: true
80-
longest_word: "10"
79+
longest_word: '10'

0 commit comments

Comments
 (0)