Skip to content

Commit 46ae40d

Browse files
committed
fix: remove ruff --fix
1 parent d1e9162 commit 46ae40d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
UV_VENV=.venv uv pip install ruff
2323
2424
- name: run ruff
25-
run: UV_VENV=.venv uv run -- ruff format --check .
25+
run: UV_VENV=.venv uv run -- ruff format --check --fail .

0 commit comments

Comments
 (0)