Skip to content

Commit bde1fe4

Browse files
committed
feat: ruff check
1 parent f8244bc commit bde1fe4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
with:
1919
python-version: ${{ matrix.python-version }}
2020

21+
- uses: astral-sh/ruff-action@v3
22+
2123
- name: Install the project
2224
run: uv pip install -r pyproject.toml --all-extras
2325

0 commit comments

Comments
 (0)