Skip to content

Commit b8e5760

Browse files
committed
Run black in build workflow
1 parent c12f527 commit b8e5760

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
- name: Checkout repo
1111
uses: actions/checkout@v3
1212

13+
- name: black
14+
uses: psf/black@stable
15+
1316
- name: Configure AWS credentials
1417
uses: aws-actions/configure-aws-credentials@v1-node16
1518
with:

0 commit comments

Comments
 (0)