Skip to content

Commit 61bcf41

Browse files
committed
post spellcheck review
1 parent d8dd698 commit 61bcf41

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

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

6262
spellcheck:
63+
permissions:
64+
pull-requests: write
65+
6366
name: run spellchecker
6467
runs-on: ubuntu-latest
6568
steps:
@@ -73,6 +76,12 @@ jobs:
7376
# sync target files with src/tools/tidy/src/ext_tool_checks.rs
7477
files: ./compiler ./library
7578
config: ./typos.toml
79+
write_changes: true
80+
81+
- name: post spellchecker review
82+
uses: reviewdog/action-suggester@v1
83+
with:
84+
tool_name: typos
7685

7786
job:
7887
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)