We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8244bc commit bde1fe4Copy full SHA for bde1fe4
.github/workflows/ci.yaml
@@ -18,6 +18,8 @@ jobs:
18
with:
19
python-version: ${{ matrix.python-version }}
20
21
+ - uses: astral-sh/ruff-action@v3
22
+
23
- name: Install the project
24
run: uv pip install -r pyproject.toml --all-extras
25
0 commit comments