Skip to content

Commit 05a0957

Browse files
committed
Lint with ruff in CI
1 parent 9fc2bf4 commit 05a0957

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,10 @@ jobs:
2222
uses: actions/setup-python@v5
2323
with:
2424
python-version: ${{ matrix.python-version }}
25+
- name: Lint with ruff
26+
run: |
27+
uv pip install --system ruff
28+
ruff check src/icegrams
2529
- name: Install dependencies
2630
run: |
2731
python -m pip install uv

0 commit comments

Comments
 (0)