mirror of
https://github.com/logos-messaging/specs.git
synced 2026-01-07 16:43:06 +00:00
Update spelling.yml
This commit is contained in:
parent
d394b7d19c
commit
10cc8613b5
9
.github/workflows/spelling.yml
vendored
9
.github/workflows/spelling.yml
vendored
@ -15,8 +15,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
- name: Get changed files
|
||||
run: |
|
||||
echo "CHANGED_FILES=$(gh pr diff ${{ github.event.number }} --name-only | grep '\.md$' | xargs -I {} echo "{}")" >> $GITHUB_ENV
|
||||
|
||||
- uses: igsekor/pyspelling-any@v1.0.4
|
||||
name: Spellcheck
|
||||
env:
|
||||
MATRIX: ${{ toJson(matrix) }}
|
||||
run: pyspelling --matrix "$MATRIX"
|
||||
MATRIX: ${{ toJson(env.CHANGED_FILES) }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user