Skip to content

Commit 078d04e

Browse files
authored
ruff <path> is deprecated. Use ruff check <path> (#16753)
1 parent 1a773bf commit 078d04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_pull_request.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Ruff
2323
run: pip install ruff==0.3.3
2424
- name: Run Ruff
25-
run: ruff .
25+
run: ruff check .
2626
lint-js:
2727
name: eslint
2828
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)