Skip to content

Commit 805d579

Browse files
committed
chore: added ci check for ruff
Signed-off-by: Manish Dait <daitmanish88@gmail.com>
1 parent a4ba9b5 commit 805d579

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/pr-check-test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,10 @@ jobs:
5959
- name: Generate Proto Files
6060
run: uv run generate_proto.py
6161

62+
- name: Run Ruff
63+
run: |
64+
uv run ruff check --output-format=github .
65+
6266
- name: Run unit tests
6367
id: unit
6468
continue-on-error: true

0 commit comments

Comments
 (0)