Skip to content

Bump gunicorn from 25.3.0 to 26.0.0 #41

Bump gunicorn from 25.3.0 to 26.0.0

Bump gunicorn from 25.3.0 to 26.0.0 #41

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