Update spelling.yml

This commit is contained in:
Jimmy Debe 2024-07-01 13:34:08 -04:00 committed by GitHub
parent 59f70d0c75
commit f9e4ce0916
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 1 deletions

View File

@ -19,4 +19,6 @@ jobs:
name: Spellcheck name: Spellcheck
env: env:
MATRIX: ${{ toJson(matrix) }} MATRIX: ${{ toJson(matrix) }}
run: pyspelling -c ./spellcheck.yaml --matrix "$MATRIX" run: pyspelling --matrix "$MATRIX"
with:
args: -c ./spellcheck.yaml