Skip to content

Commit d9f0a8e

Browse files
CI: avoid ruff warning (#3244)
Avoid this warning: warning: `ruff <path>` is deprecated. Use `ruff check <path>` instead.
1 parent 6572d1e commit d9f0a8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contrib.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
steps:
2828
- uses: actions/checkout@v4
29-
- run: pipx run ruff .
29+
- run: pipx run ruff check .
3030
- run: pipx run ruff format --diff .
3131

3232
codespell:

0 commit comments

Comments
 (0)