Dont use deprecated ruff invocation syntax
This commit is contained in:
parent
160c6ca958
commit
98624d614e
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
run: python -m pip install -r docs/requirements.txt ruff mypy types-requests types-docutils
|
||||
|
||||
- name: Run ruff
|
||||
run: ruff .
|
||||
run: ruff check .
|
||||
|
||||
- name: Run gofmt
|
||||
run: go version && python .github/workflows/ci.py gofmt
|
||||
|
|
|
|||
Loading…
Reference in a new issue