mirror of
https://github.com/apache/nuttx.git
synced 2026-08-21 13:38:28 +00: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:
parent
db1a14adac
commit
9f84695ef7
2 changed files with 92 additions and 17 deletions
2
.github/workflows/check.yml
vendored
2
.github/workflows/check.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue