diff options
| author | alex <alex@pdp7.net> | 2025-03-16 14:03:34 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-16 14:04:48 +0100 |
| commit | 6d2a936b7951e68a213cf68d10a633a2774d5f16 (patch) | |
| tree | 05dabf9eff147d274e8c550aff991ff8cd103dac /.github | |
| parent | a3e56ad801343697cdc2dda139193f240497973e (diff) | |
Check ruff on blog
Closes #376
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/test.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index e5db9021..86d2cbcb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -9,4 +9,5 @@ jobs: - run: | cd blog/ pipx install uv + uv tool run ruff check uv run pytest |
