Skip to content

Bump djangorestframework from 3.16.1 to 3.17.0 (#110) #21

Bump djangorestframework from 3.16.1 to 3.17.0 (#110)

Bump djangorestframework from 3.16.1 to 3.17.0 (#110) #21

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: actions/setup-python@v6
with:
python-version-file: .python-version
cache: 'pip'
- name: Install dependencies
run: pip install -r requirements.txt
- name: Run Django check
run: python manage.py check