Skip to content

Commit 405113c

Browse files
committed
Restore ruff format
1 parent b76f0fe commit 405113c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,10 @@ jobs:
7979
python-version: "3.11"
8080
version: ${{ env.UV_VERSION }}
8181

82-
- name: Check markdown, toml, css formatting
82+
- name: ruff
83+
run: uv run --frozen ruff format --check
84+
85+
- name: dprint
8386
uses: dprint/[email protected]
8487

8588
test:

0 commit comments

Comments
 (0)