Skip to content

Commit 10af75c

Browse files
committed
Update black.yml
The black workflow we use doesn't actually check test, so we remove it from our workflow More specifically, it only lints one top level directory; it could lint test, but that would require running the workflow twice At that point, might as well have a seperate workflow for blacking tests, but that's not as important
1 parent fb7a909 commit 10af75c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/black.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,11 @@ on:
77
branches: [ main ]
88
paths:
99
- 'src/relic/**'
10-
- 'tests/relic/**'
1110
- '.github/workflows/black.yml'
1211
pull_request:
1312
branches: [ main ]
1413
paths:
1514
- 'src/relic/**'
16-
- 'tests/relic/**'
1715
- '.github/workflows/black.yml'
1816

1917
jobs:

0 commit comments

Comments
 (0)