We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a773bf commit 078d04eCopy full SHA for 078d04e
.github/workflows/on_pull_request.yaml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Ruff
23
run: pip install ruff==0.3.3
24
- name: Run Ruff
25
- run: ruff .
+ run: ruff check .
26
lint-js:
27
name: eslint
28
runs-on: ubuntu-latest
0 commit comments