Skip to content

Commit c403d6c

Browse files
lupyuencederom
authored andcommitted
CI: Add Python linter to check
This PR syncs apache/nuttx#14323 from `nuttx` repo to `nuttx-apps`. This will resolve the `checkpatch.sh` failure: apache#2812
1 parent 76c016b commit c403d6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/check.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ jobs:
4444
- name: Check Pull Request
4545
run: |
4646
echo "::add-matcher::nuttx/.github/nxstyle.json"
47-
python -m venv .venv
47+
python3 -m venv .venv
4848
source .venv/bin/activate
49-
pip install cmake-format
49+
pip install cmake-format black isort flake8
5050
cd apps
5151
commits="${{ github.event.pull_request.base.sha }}..HEAD"
5252
git log --oneline $commits

0 commit comments

Comments
 (0)