Skip to content

Commit 118ec32

Browse files
committed
GHA: Lint with black
1 parent eeb168b commit 118ec32

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,10 @@ jobs:
3535
pip install -e .
3636
- name: Install pytest
3737
run: |
38-
mamba install -c conda-forge pytest
38+
mamba install -c conda-forge pytest black
3939
- name: Test with pytest
4040
run: |
4141
pytest
42-
42+
- name: Lint with black
43+
run: |
44+
black --check .

0 commit comments

Comments
 (0)