We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76c016b commit c403d6cCopy full SHA for c403d6c
.github/workflows/check.yml
@@ -44,9 +44,9 @@ jobs:
44
- name: Check Pull Request
45
run: |
46
echo "::add-matcher::nuttx/.github/nxstyle.json"
47
- python -m venv .venv
+ python3 -m venv .venv
48
source .venv/bin/activate
49
- pip install cmake-format
+ pip install cmake-format black isort flake8
50
cd apps
51
commits="${{ github.event.pull_request.base.sha }}..HEAD"
52
git log --oneline $commits
0 commit comments