Skip to content

Commit 9971626

Browse files
fdcavalcantixiaoxiang781216
authored andcommitted
ci: add Python linter to check
1 parent 8ca0bb3 commit 9971626

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
@@ -39,9 +39,9 @@ jobs:
3939
- name: Check Pull Request
4040
run: |
4141
echo "::add-matcher::nuttx/.github/nxstyle.json"
42-
python -m venv .venv
42+
python3 -m venv .venv
4343
source .venv/bin/activate
44-
pip install cmake-format
44+
pip install cmake-format black isort flake8
4545
cd nuttx
4646
commits="${{ github.event.pull_request.base.sha }}..HEAD"
4747
git log --oneline $commits

0 commit comments

Comments
 (0)