Enabled UTF check in CI.
This commit is contained in:
parent
bf5c7b6e5d
commit
b026072fbe
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -42,5 +42,5 @@ jobs:
|
||||
cd nuttx
|
||||
commits="${{ github.event.pull_request.base.sha }}..HEAD"
|
||||
git log --oneline $commits
|
||||
echo "../nuttx/tools/checkpatch.sh -m -g $commits"
|
||||
../nuttx/tools/checkpatch.sh -m -g $commits
|
||||
echo "../nuttx/tools/checkpatch.sh -u -m -g $commits"
|
||||
../nuttx/tools/checkpatch.sh -u -m -g $commits
|
||||
|
Loading…
Reference in New Issue
Block a user