We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1e9162 commit 46ae40dCopy full SHA for 46ae40d
1 file changed
.github/workflows/main.yml
@@ -22,4 +22,4 @@ jobs:
22
UV_VENV=.venv uv pip install ruff
23
24
- name: run ruff
25
- run: UV_VENV=.venv uv run -- ruff format --check .
+ run: UV_VENV=.venv uv run -- ruff format --check --fail .
0 commit comments