Spaces:
Runtime error
Runtime error
feat: update black action
Browse files
.github/workflows/black.yml
CHANGED
|
@@ -1,6 +1,10 @@
|
|
| 1 |
name: Lint
|
| 2 |
|
| 3 |
-
on:
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
|
| 5 |
jobs:
|
| 6 |
lint:
|
|
|
|
| 1 |
name: Lint
|
| 2 |
|
| 3 |
+
on:
|
| 4 |
+
push:
|
| 5 |
+
branches: [main]
|
| 6 |
+
pull_request:
|
| 7 |
+
branches: [main]
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
lint:
|