Skip to content

Bump DfE Frontend to latest stable release #142

Bump DfE Frontend to latest stable release

Bump DfE Frontend to latest stable release #142

Workflow file for this run

# https://djlint.com
# ------------------------------------------------------------------------------
---
name: lint
on:
workflow_dispatch:
pull_request:
jobs:
lint:
runs-on: ubuntu-latest
steps:
-
name: Checkout code
uses: actions/checkout@v3
-
name: Run linter
run: |
pip install djlint
djlint ./app/views --profile=nunjucks --lint
djlint ./app/views --profile=nunjucks --check