Skip to content

Commit 0728a81

Browse files
committed
Update ruff yml
1 parent d1cd432 commit 0728a81

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/ruff_check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ jobs:
77
steps:
88
- uses: actions/checkout@v4
99
- uses: astral-sh/ruff-action@v3
10-
10+
- run: ruff format --check --diff
11+
with:
12+
src: "./backend"

0 commit comments

Comments
 (0)