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

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