Skip to content

Commit

Permalink
Enabled UTF check in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fotis Panagiotopoulos authored and pkarashchenko committed Feb 1, 2023
1 parent bf5c7b6 commit b026072
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b026072

Please sign in to comment.