Skip to content

Commit 3188700

Browse files
committed
post spellcheck review
1 parent d8dd698 commit 3188700

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,13 @@ 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 review comment
79+
if: failure()
80+
uses: getsentry/action-git-diff-suggestions@45c6f7861a23b5cf3621a8c79e9526eb99a3ecc3
81+
with:
82+
message: spellchecker errors
7683

7784
job:
7885
name: ${{ matrix.name }}

0 commit comments

Comments
 (0)