Skip to content

Commit f9dc4e3

Browse files
committed
ci: use dedicated ruff action in release workflow
1 parent 87ad48b commit f9dc4e3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@ jobs:
3434
run: pdm run python tests/test_simple.py
3535

3636
- name: Run linting
37-
run: pdm run ruff check .
37+
uses: astral-sh/ruff-action@v3
38+
with:
39+
args: check .
3840

3941
- name: Build package
4042
run: pdm build

0 commit comments

Comments
 (0)