Commit 28d08ac
BUILD/MINOR: correct aspell configuration loading in CI pipeline
The CI pipeline was experiencing intermittent failures due to aspell not correctly loading the local configuration files. This resulted in spelling checks being performed with default settings, leading to false positives and unpredictable behavior in the pipeline.
This patch addresses the issue by adding a step with @actions/checkout@v4 action, which loads the repository code to the CI pipeline, leading to the configurations being read in CI time1 parent bbe73f9 commit 28d08ac
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
| 10 | + | |
9 | 11 | | |
10 | 12 | | |
11 | 13 | | |
| |||
0 commit comments