Skip to content

Bump django from 6.0.3 to 6.0.4 #35

Bump django from 6.0.3 to 6.0.4

Bump django from 6.0.3 to 6.0.4 #35

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