.github/workflows/check.yml: Enable Change-ID check explicitly

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2022-04-09 19:42:17 +08:00 committed by Abdelatif Guettouche
parent c998a2c9bf
commit 0f82eccc4f

View File

@ -39,5 +39,5 @@ jobs:
cd nuttx
commits="${{ github.event.pull_request.base.sha }}..HEAD"
git log --oneline $commits
echo "../nuttx/tools/checkpatch.sh -g $commits"
../nuttx/tools/checkpatch.sh -g $commits
echo "../nuttx/tools/checkpatch.sh -m -g $commits"
../nuttx/tools/checkpatch.sh -m -g $commits