Dont use deprecated ruff invocation syntax

This commit is contained in:
Kovid Goyal
2024-05-14 20:37:25 +05:30
parent 160c6ca958
commit 98624d614e

View File

@@ -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