Pamela Fox
commited on
Commit
·
782e5e6
1
Parent(s):
0d2dcb2
Add period
Browse files
.github/workflows/check.yaml
CHANGED
@@ -29,7 +29,7 @@ jobs:
|
|
29 |
- name: Check formatting with black
|
30 |
uses: psf/black@stable
|
31 |
with:
|
32 |
-
src: ""
|
33 |
options: "--check --verbose"
|
34 |
- name: Run unit tests
|
35 |
env:
|
|
|
29 |
- name: Check formatting with black
|
30 |
uses: psf/black@stable
|
31 |
with:
|
32 |
+
src: "."
|
33 |
options: "--check --verbose"
|
34 |
- name: Run unit tests
|
35 |
env:
|