Skip to content

Commit 1afa409

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

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

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

62+
- name: Run Ruff
63+
run: uv run ruff check --output-format=github --statistics .
64+
6265
- name: Run unit tests
6366
id: unit
6467
continue-on-error: true

0 commit comments

Comments
 (0)