We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97058bb commit 8da7acdCopy full SHA for 8da7acd
1 file changed
.github/workflows/spelling.yaml
@@ -1,8 +1,8 @@
1
---
2
name: Check Spelling
3
on:
4
- pull_request_target:
5
- branches: ["**"]
+ pull_request:
+ branches: ['**']
6
types: [opened, reopened, synchronize]
7
issue_comment:
8
types: [created]
@@ -11,7 +11,6 @@ jobs:
11
12
permissions:
13
contents: read
14
- pull-requests: read
15
actions: read
16
security-events: write
17
outputs:
@@ -75,6 +74,6 @@ jobs:
75
74
cspell:sql/src/tsql.txt
76
cspell:terraform/dict/terraform.txt
77
cspell:typescript/dict/typescript.txt
78
- check_extra_dictionaries: ""
+ check_extra_dictionaries: ''
79
only_check_changed_files: true
80
- longest_word: "10"
+ longest_word: '10'
0 commit comments