We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bc5e71 commit b1fcf50Copy full SHA for b1fcf50
.github/workflows/check.yml
@@ -46,9 +46,9 @@ jobs:
46
echo "::add-matcher::nuttx/.github/nxstyle.json"
47
python3 -m venv .venv
48
source .venv/bin/activate
49
- pip install cmake-format black isort flake8 cvt2utf
+ pip install codespell cmake-format black isort flake8 cvt2utf
50
cd apps
51
commits="${{ github.event.pull_request.base.sha }}..HEAD"
52
git log --oneline $commits
53
- echo "../nuttx/tools/checkpatch.sh -m -g $commits"
54
- ../nuttx/tools/checkpatch.sh -m -g $commits
+ echo "../nuttx/tools/checkpatch.sh -c -u -m -g $commits"
+ ../nuttx/tools/checkpatch.sh -c -u -m -g $commits
0 commit comments