CI checkpatch: fix cvt2utf not found and add check of all necessary tools

check.yml:
   added missing cvt2utf installation
tools/checkpatch.sh
   Added checking all necessary tools and installation info  (more user-friendly)
This commit is contained in:
simbit18
2025-06-19 18:42:21 +02:00
committed by Xiang Xiao
parent db1a14adac
commit 9f84695ef7
2 changed files with 92 additions and 17 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ jobs:
echo "::add-matcher::nuttx/.github/nxstyle.json"
python3 -m venv .venv
source .venv/bin/activate
pip install codespell cmake-format black isort flake8
pip install codespell cmake-format black isort flake8 cvt2utf
cd nuttx
commits="${{ github.event.pull_request.base.sha }}..HEAD"
git log --oneline $commits