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
+3 -1
View File
@@ -19,4 +19,6 @@ jobs:
name: Spellcheck
env:
MATRIX: ${{ toJson(matrix) }}
run: pyspelling -c ./spellcheck.yaml --matrix "$MATRIX"
run: pyspelling --matrix "$MATRIX"
with:
args: -c ./spellcheck.yaml