afrenkai commited on
Commit ·
50dd70b
1
Parent(s): 5da25f9
fixed indent
Browse files
.github/workflows/run-tests.yml
CHANGED
|
@@ -7,9 +7,9 @@ on:
|
|
| 7 |
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
|
| 14 |
steps:
|
| 15 |
- uses: actions/checkout@v6
|
|
|
|
| 7 |
|
| 8 |
|
| 9 |
jobs:
|
| 10 |
+
run-tests:
|
| 11 |
+
name: python
|
| 12 |
+
runs-on: ubuntu-latest
|
| 13 |
|
| 14 |
steps:
|
| 15 |
- uses: actions/checkout@v6
|