mirror of
https://github.com/astral-sh/ruff
synced 2026-01-08 15:14:19 -05:00
Setup spell checker
This commit is contained in:
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'
|
||||
|
||||
Reference in New Issue
Block a user