Commit 913069d
Fix pre-commit workflow syntax errors
- Add missing '- name:' for checkout step (was causing YAML parse error)
- Fix indentation of checkout step
- Update actions/checkout to v4 and actions/setup-python to v5
- Update Python version from 3.8 to 3.10 to match Dockerfile
Co-Authored-By: Itamar Hartstein <haritamar@gmail.com>1 parent 423c94e commit 913069d
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
13 | 14 | | |
14 | 15 | | |
15 | | - | |
| 16 | + | |
16 | 17 | | |
17 | | - | |
| 18 | + | |
18 | 19 | | |
19 | 20 | | |
20 | 21 | | |
| |||
0 commit comments