Skip to content

Commit 0f18cec

Browse files
Update black.yml
1 parent 509b72f commit 0f18cec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/black.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,10 @@ on: [push, pull_request]
44

55
jobs:
66
lint:
7-
jupyter: false
8-
src: "./src"
97
runs-on: ubuntu-latest
108
steps:
119
- uses: actions/checkout@v3
1210
- uses: psf/black@stable
11+
with:
12+
jupyter: false
13+
src: "./src"

0 commit comments

Comments
 (0)