Skip to content

Add new django CMS release, called 5.0 #422

Add new django CMS release, called 5.0

Add new django CMS release, called 5.0 #422

Workflow file for this run

name: CI
on: [push, pull_request, workflow_dispatch]
env:
FORCE_COLOR: 1
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
cache: pip
cache-dependency-path: requirements/dev.txt
- name: Lint
run: make lint
- name: Test
run: make test