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:
Josh Soref
2021-05-11 03:39:14 -04:00
committed by GitHub
parent 863b2541a0
commit eb106650f6
5 changed files with 72 additions and 15 deletions

View File

@@ -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