Skip to content

Bump drf-spectacular from 0.29.0 to 0.30.0 #48

Bump drf-spectacular from 0.29.0 to 0.30.0

Bump drf-spectacular from 0.29.0 to 0.30.0 #48

Workflow file for this run

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