mirror of
https://github.com/RustPython/Parser.git
synced 2025-08-04 10:49:55 +00:00
Setup spell checker
This commit is contained in:
parent
41e9e7280a
commit
75f6ce1ae5
5 changed files with 318 additions and 2 deletions
9
.github/workflows/ci.yaml
vendored
9
.github/workflows/ci.yaml
vendored
|
@ -62,3 +62,12 @@ jobs:
|
|||
run: python -m pip install ruff
|
||||
- name: run python lint
|
||||
run: ruff --ignore=E501 ast --show-source
|
||||
|
||||
- name: spell checker
|
||||
uses: streetsidesoftware/cspell-action@v2
|
||||
with:
|
||||
files: |
|
||||
'ast/**/*.rs'
|
||||
'core/**/*.rs'
|
||||
'literal/**/*.rs'
|
||||
'parser/**/*.rs'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue