Skip to content

Update documentation CMS_CACHE_PREFIX default value #13

Update documentation CMS_CACHE_PREFIX default value

Update documentation CMS_CACHE_PREFIX default value #13

Workflow file for this run

name: django CMS spelling
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
codespell:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: codespell
uses: codespell-project/actions-codespell@master