mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Try to fix false spell check alarms by using stable version
This commit is contained in:
parent
f3bca63232
commit
dae16b9b8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/spelling.yml
vendored
2
.github/workflows/spelling.yml
vendored
|
|
@ -72,7 +72,7 @@ jobs:
|
|||
steps:
|
||||
- name: check-spelling
|
||||
id: spelling
|
||||
uses: check-spelling/check-spelling@prerelease
|
||||
uses: check-spelling/check-spelling@0.0.25
|
||||
with:
|
||||
suppress_push_for_open_pull_request: 1
|
||||
checkout: true
|
||||
|
|
|
|||
Loading…
Reference in a new issue