Skip to content

updated path from re_path in settingsadmin #3

updated path from re_path in settingsadmin

updated path from re_path in settingsadmin #3

Workflow file for this run

name: django CMS linters.yml
on: [push, pull_request]
jobs:
flake8:
name: flake8
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: pip install --upgrade flake8
- name: flake8
uses: liskin/gh-problem-matcher-wrap@v1
with:
linters: flake8
run: |
flake8 --exit-zero

Check failure on line 22 in .github/workflows/linters.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/linters.yml

Invalid workflow file

You have an error in your yaml syntax on line 22
isort:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- run: python -m pip install isort
- name: isort
uses: liskin/gh-problem-matcher-wrap@v1
with:
linters: isort
run: isort --check --diff cms