Thanks to visit codestin.com
Credit goes to github.com

Skip to content

feat: Implement new Django CMS design language for Django CMS 5.1 #3820

feat: Implement new Django CMS design language for Django CMS 5.1

feat: Implement new Django CMS design language for Django CMS 5.1 #3820

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@v5
- name: codespell
uses: codespell-project/actions-codespell@master