Skip to content

Commit 4ec3108

Browse files
Merge commit '316b98160b7ba66f4373d12b4d0d773ac171dac8' into ruff-pylint
2 parents 92c4c9f + 316b981 commit 4ec3108

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ jobs:
5858
- name: Run pylint
5959
run: poetry run task pylint
6060

61+
- name: Run ruff
62+
run: poetry run task ruff
63+
6164
- name: Run pytest
6265
run: poetry run task test
6366
env:

0 commit comments

Comments
 (0)