afrenkai commited on
Commit
50dd70b
·
1 Parent(s): 5da25f9

fixed indent

Browse files
Files changed (1) hide show
  1. .github/workflows/run-tests.yml +3 -3
.github/workflows/run-tests.yml CHANGED
@@ -7,9 +7,9 @@ on:
7
 
8
 
9
  jobs:
10
- uv-example:
11
- name: python
12
- runs-on: ubuntu-latest
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