Skip to content

Commit

Permalink
ci: add Python linter to check
Browse files Browse the repository at this point in the history
  • Loading branch information
fdcavalcanti authored and jerpelea committed Oct 15, 2024
1 parent 0beceeb commit 809cdd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 809cdd6

Please sign in to comment.