Skip to content

Commit f7a56c3

Browse files
committed
test-doc-builder.yml: Add black test.
1 parent 86546bc commit f7a56c3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/test-doc-builder.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,12 @@ jobs:
8888
cd test
8989
conda run -n doc-builder-testing make lint
9090
91+
- name: Black
92+
if: success() || failure()
93+
run: |
94+
cd test
95+
conda run -n doc-builder-testing make black
96+
9197
- name: Unit/system tests
9298
if: success() || failure()
9399
run: |

0 commit comments

Comments
 (0)