diff options
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 |
