Skip to content

Commit

Permalink
[github-actions] fix the codespell version in spell-check job (#9482
Browse files Browse the repository at this point in the history
)

This commit fixes the version of `codespell` installed in the
`spell-check` job of `build` workflow to version `2.2.4`.
  • Loading branch information
abtink committed Oct 3, 2023
1 parent c6eaeda commit becba6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
- name: Bootstrap
run: |
python -m pip install --upgrade pip
pip install codespell
pip install --force-reinstall codespell==2.2.4
- name: Check
run: |
script/code-spell check
Expand Down

0 comments on commit becba6b

Please sign in to comment.