Skip to content

Commit 28d08ac

Browse files
SF97oktalz
authored andcommitted
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
1 parent bbe73f9 commit 28d08ac

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/actions.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ jobs:
66
name: HAProxy check commit message
77
runs-on: ubuntu-latest
88
steps:
9+
- name: Check out code
10+
uses: actions/checkout@v4
911
- name: commit-policy
1012
uses: docker://ghcr.io/haproxytech/commit-check:5.2.0
1113
env:

0 commit comments

Comments
 (0)