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 #3664

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

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

Workflow file for this run

name: "Lint PR"
# Validates PR titles against the conventional commit spec
# https://github.com/commitizen/conventional-commit-types
on:
pull_request_target:
types:
- opened
- edited
- synchronize
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}