Skip to content

Migrate to uv

Migrate to uv #14

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
smoke-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: astral-sh/setup-uv@v7
- name: Install dependencies
run: uv sync --locked
- name: Run Django check
run: uv run manage.py check