mirror of
https://github.com/apache/nuttx.git
synced 2026-05-20 20:44:39 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user