aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
blob: e5db9021398d664eca628add6a0f31c6a417f1ce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
on:
  pull_request:

jobs:
  test:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v4
      - run: |
          cd blog/
          pipx install uv
          uv run pytest