Enabled UTF check in CI.

This commit is contained in:
Fotis Panagiotopoulos
2023-02-01 18:13:27 +02:00
committed by Petro Karashchenko
parent bf5c7b6e5d
commit b026072fbe
+2 -2
View File
@@ -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