Skip to content

Commit 145f7f8

Browse files
committed
post spellcheck review
1 parent d8dd698 commit 145f7f8

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,12 @@ jobs:
7373
# sync target files with src/tools/tidy/src/ext_tool_checks.rs
7474
files: ./compiler ./library
7575
config: ./typos.toml
76+
write_changes: true
77+
78+
- name: post spellchecker review
79+
uses: reviewdog/action-suggester@v1
80+
with:
81+
tool_name: typos
7682

7783
job:
7884
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)