mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-29 18:55:49 +00:00
Update spell-checker.yml
This commit is contained in:
parent
0cfdb3600d
commit
6411df2a44
1 changed files with 2 additions and 0 deletions
2
.github/workflows/spell-checker.yml
vendored
2
.github/workflows/spell-checker.yml
vendored
|
@ -19,6 +19,8 @@ jobs:
|
|||
|
||||
- name: Perform spell check
|
||||
uses: sobolevn/misspell-fixer-action@0.1.0
|
||||
with:
|
||||
options: -rsvn .
|
||||
|
||||
- name: Create a PR for any issues that are identified
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
|
|
Loading…
Reference in a new issue