From 2f74de6f02aaecc44d3434be176d923062deafb9 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sat, 9 Apr 2022 19:46:43 +0800 Subject: [PATCH] .github/workflows/check.yml: Enable Change-ID check explicitly Signed-off-by: Xiang Xiao --- .github/workflows/check.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 4ab5c1086..ccca43d27 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -44,5 +44,5 @@ jobs: cd apps 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