From 7a4923d646bb63c8d62f5ea4021d3f2f925e4190 Mon Sep 17 00:00:00 2001 From: "Mees, T.D. (Ty)" Date: Fri, 12 Jan 2024 16:58:46 +0100 Subject: [PATCH] debug commit 3 --- .github/workflows/pr-checks.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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: .