Skip to content

Commit 316b981

Browse files
add ruff to workflow
1 parent 5ab4d08 commit 316b981

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)