Skip to content

Commit b1fcf50

Browse files
sumpfrallexiaoxiang781216
authored andcommitted
ci: enable spelling checks (via codespell)
1 parent 6bc5e71 commit b1fcf50

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ jobs:
4646
echo "::add-matcher::nuttx/.github/nxstyle.json"
4747
python3 -m venv .venv
4848
source .venv/bin/activate
49-
pip install cmake-format black isort flake8 cvt2utf
49+
pip install codespell cmake-format black isort flake8 cvt2utf
5050
cd apps
5151
commits="${{ github.event.pull_request.base.sha }}..HEAD"
5252
git log --oneline $commits
53-
echo "../nuttx/tools/checkpatch.sh -m -g $commits"
54-
../nuttx/tools/checkpatch.sh -m -g $commits
53+
echo "../nuttx/tools/checkpatch.sh -c -u -m -g $commits"
54+
../nuttx/tools/checkpatch.sh -c -u -m -g $commits

0 commit comments

Comments
 (0)