ci: add Python linter to check

This commit is contained in:
Filipe Cavalcanti 2024-10-15 14:49:26 +02:00 committed by Alin Jerpelea
parent 0beceeb745
commit 809cdd6595
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ jobs:
- name: Check Pull Request
run: |
echo "::add-matcher::nuttx/.github/nxstyle.json"
python -m venv .venv
python3 -m venv .venv
source .venv/bin/activate
pip install cmake-format
pip install cmake-format black isort flake8
cd nuttx
commits="${{ github.event.pull_request.base.sha }}..HEAD"
git log --oneline $commits