Skip to content

feat: django 5 support for cms 3.11 (#7724) #12

feat: django 5 support for cms 3.11 (#7724)

feat: django 5 support for cms 3.11 (#7724) #12

Workflow file for this run

name: django CMS frontend.yml
on: [push, pull_request]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
frontend:
runs-on: ubuntu-20.04
strategy:
matrix:
node-version: ['18']
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: npm install
- run: npm install -g [email protected]
- run: |
gulp unitTest
gulp lint
- run: gulp icons
- run: gulp sass