Skip to content

Bump djangorestframework from 3.17.2 to 3.18.0 #60

Bump djangorestframework from 3.17.2 to 3.18.0

Bump djangorestframework from 3.17.2 to 3.18.0 #60

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