Commit 6dd5182
committed
fix: add ./ prefix to lint task path for CI compatibility
The lint task was failing in GitHub Actions because the Python script path
was not being resolved correctly. Adding ./ prefix matches the pattern used
by other Python tasks (sort, merge, next) and ensures the path is resolved
relative to the project root in the pixi environment.1 parent 4f0cdc5 commit 6dd5182
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
0 commit comments