ruff <path> is deprecated. Use ruff check <path> (#16753)

This commit is contained in:
w-e-w 2024-12-27 10:40:15 +09:00 committed by GitHub
parent 1a773bf2c8
commit 078d04ef23
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ jobs:
- name: Install Ruff
run: pip install ruff==0.3.3
- name: Run Ruff
run: ruff .
run: ruff check .
lint-js:
name: eslint
runs-on: ubuntu-latest