mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Upgrade check-spelling to v0.0.18 (#11114)
* spelling: sent Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> * Upgrade check-spelling to v0.0.18 Signed-off-by: Josh Soref <jsoref@users.noreply.github.com> Co-authored-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
6
.github/workflows/spelling.yml
vendored
6
.github/workflows/spelling.yml
vendored
@@ -2,6 +2,7 @@ name: Spell checking
|
||||
on:
|
||||
pull_request_target:
|
||||
push:
|
||||
issue_comment:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -13,12 +14,9 @@ jobs:
|
||||
uses: actions/checkout@v2.0.0
|
||||
with:
|
||||
ref: refs/pull/${{github.event.pull_request.number}}/merge
|
||||
fetch-depth: 5
|
||||
- name: checkout
|
||||
if: "!contains(github.event_name, 'pull_request')"
|
||||
uses: actions/checkout@v2.0.0
|
||||
with:
|
||||
fetch-depth: 5
|
||||
- uses: check-spelling/check-spelling@0.0.17-alpha
|
||||
- uses: check-spelling/check-spelling@v0.0.18
|
||||
with:
|
||||
config: .github/actions/spell-check
|
||||
|
||||
Reference in New Issue
Block a user