We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8dd698 commit 3188700Copy full SHA for 3188700
.github/workflows/ci.yml
@@ -73,6 +73,13 @@ jobs:
73
# sync target files with src/tools/tidy/src/ext_tool_checks.rs
74
files: ./compiler ./library
75
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
83
84
job:
85
name: ${{ matrix.name }}
0 commit comments