mirror of https://github.com/waku-org/specs.git
Update spelling.yml
This commit is contained in:
parent
59f70d0c75
commit
f9e4ce0916
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue