Skip to content

Django 5.0 and Debian-based image 🦪 #95

Django 5.0 and Debian-based image 🦪

Django 5.0 and Debian-based image 🦪 #95

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
- uses: psf/black@stable
with:
options: ". --check"