Skip to content

Commit

Permalink
debug commit 3
Browse files Browse the repository at this point in the history
  • Loading branch information
tymees committed Jan 12, 2024
1 parent 03db451 commit 7a4923d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pr-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,16 +40,16 @@ 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
steps:
- uses: actions/checkout@v2
- uses: psf/black@stable
with:
src: . # Change if you don't want to run black on the entire repo.
src: .

0 comments on commit 7a4923d

Please sign in to comment.