.github/workflows/check.yml: Enable Change-ID check explicitly
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
c998a2c9bf
commit
0f82eccc4f
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user