Skip to content

Commit 7e5f88f

Browse files
committed
Run black check against multiple directories
1 parent 02860ba commit 7e5f88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Black
1313
uses: psf/black@stable
1414
with:
15-
src: "./src"
15+
src: "./src ./tests"
1616

1717
test:
1818
name: "Test"

0 commit comments

Comments
 (0)