Commit b3c6270
committed
fix: Correct indentation in GitHub Actions workflow (ci.yml)
The 'Upload coverage to Coveralls' step was incorrectly indented,
causing a syntax error in the workflow file. This commit corrects
the indentation to ensure the step is properly recognized by
GitHub Actions.1 parent f851107 commit b3c6270
1 file changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
0 commit comments