Skip to content

Commit 80fd6ac

Browse files
authored
CI: Add Python linter to check
1 parent 3341eec commit 80fd6ac

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)