mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 11:42:06 +08:00
ci: add Python linter to check
This commit is contained in:
committed by
Alin Jerpelea
parent
0beceeb745
commit
809cdd6595
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user