Skip to content

Commit fc570b5

Browse files
committed
post spellcheck review
1 parent d8dd698 commit fc570b5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ jobs:
6060
id: jobs
6161

6262
spellcheck:
63+
permissions:
64+
contents: read
65+
pull-requests: write
66+
6367
name: run spellchecker
6468
runs-on: ubuntu-latest
6569
steps:
@@ -73,6 +77,12 @@ jobs:
7377
# sync target files with src/tools/tidy/src/ext_tool_checks.rs
7478
files: ./compiler ./library
7579
config: ./typos.toml
80+
write_changes: true
81+
82+
- name: post spellchecker review
83+
uses: reviewdog/action-suggester@v1
84+
with:
85+
tool_name: typos
7686

7787
job:
7888
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)