mirror of
https://github.com/espressif/openthread.git
synced 2026-06-06 05:24:51 +00:00
[github-actions] fix the codespell version in spell-check job (#9482)
This commit fixes the version of `codespell` installed in the `spell-check` job of `build` workflow to version `2.2.4`.
This commit is contained in:
committed by
GitHub
parent
c6eaeda5a1
commit
becba6bd95
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user