ci: add Python linter to check
This commit is contained in:
parent
8ca0bb35af
commit
997162685c
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
@ -39,9 +39,9 @@ jobs:
|
|||||||
- name: Check Pull Request
|
- name: Check Pull Request
|
||||||
run: |
|
run: |
|
||||||
echo "::add-matcher::nuttx/.github/nxstyle.json"
|
echo "::add-matcher::nuttx/.github/nxstyle.json"
|
||||||
python -m venv .venv
|
python3 -m venv .venv
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
pip install cmake-format
|
pip install cmake-format black isort flake8
|
||||||
cd nuttx
|
cd nuttx
|
||||||
commits="${{ github.event.pull_request.base.sha }}..HEAD"
|
commits="${{ github.event.pull_request.base.sha }}..HEAD"
|
||||||
git log --oneline $commits
|
git log --oneline $commits
|
||||||
|
Loading…
Reference in New Issue
Block a user