Skip to content

Commit 72a23df

Browse files
Merge remote-tracking branch 'origin/main'
2 parents 565561f + 2938b52 commit 72a23df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/django.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ on:
77
branches: [ main ]
88

99
jobs:
10+
black:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- uses: actions/setup-python@v1
14+
- uses: actions/checkout@v2
15+
- run: python -m pip install black
16+
- run: black -l 120 --check --diff .
17+
1018
build:
1119

1220
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)