You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 time
0 commit comments