Skip to content

Commit 6f94859

Browse files
committed
[refactor] - Simplify the Ruff format command in the CI pipeline
1 parent 46645d4 commit 6f94859

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,7 @@ jobs:
4444
src: "."
4545

4646
- name: Run Ruff Formatting 🧽
47-
uses: astral-sh/ruff-action@v3
48-
with:
49-
args: "format --check"
50-
src: "."
47+
run: ruff format --check .
5148

5249
test-regular:
5350
needs: ["ruff", "uv-lock-check"]

0 commit comments

Comments
 (0)