diff --git a/.github/workflows/pr-checks.yml b/.github/workflows/pr-checks.yml index 6425cfc40..e01b0d90b 100644 --- a/.github/workflows/pr-checks.yml +++ b/.github/workflows/pr-checks.yml @@ -40,10 +40,10 @@ jobs: run: | python -m pip install --upgrade pip pip install -r requirements.txt - - name: Check for missing migrations + - name: Run DJLint run: | tree - djlint . --check --extend-exclude src + djlint . --check --exclude src black-check: # Rhymes with blackjack :D name: Check if Black thinks everything is correctly formatted runs-on: ubuntu-latest @@ -51,5 +51,5 @@ jobs: - uses: actions/checkout@v2 - uses: psf/black@stable with: - src: . # Change if you don't want to run black on the entire repo. + src: .