update CI ruff command

This commit is contained in:
Jeong YunWon 2024-08-07 08:27:30 +09:00
parent 4da27a70e6
commit 9a177dc6a0

View file

@ -63,7 +63,7 @@ jobs:
- name: install ruff
run: python -m pip install ruff
- name: run python lint
run: ruff --ignore=E501 ast --show-source
run: ruff check ast
- name: spell checker
uses: streetsidesoftware/cspell-action@v2