aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2025-03-16 14:03:34 +0100
committeralexpdp7 <alex@corcoles.net>2025-03-16 14:04:48 +0100
commit6d2a936b7951e68a213cf68d10a633a2774d5f16 (patch)
tree05dabf9eff147d274e8c550aff991ff8cd103dac /.github/workflows
parenta3e56ad801343697cdc2dda139193f240497973e (diff)
Check ruff on blog
Closes #376
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/test.yml1
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