Skip to content

Commit 3706ebb

Browse files
committed
ci(ruff): try adding Format and lint (python) step
Basing off the equivalent step in `mosaic` https://github.com/uwdata/mosaic/blob/797a7c379e5a50228dabf5953c5de58fe9ee00a2/.github/workflows/test.yml#L50-L53
1 parent 9a0a22d commit 3706ebb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: .github/workflows/test.yml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
- name: Format toml
3232
run: uvx taplo fmt
3333

34+
- name: Format and lint (python)
35+
run: |
36+
uvx ruff check
37+
uvx ruff format --check
38+
3439
- name: Install Node dependencies
3540
run: npm ci
3641

0 commit comments

Comments
 (0)