Skip to content

Commit

Permalink
ci/check: install format tool before run style check script
Browse files Browse the repository at this point in the history
Signed-off-by: chao an <[email protected]>
  • Loading branch information
anchao committed Jul 25, 2023
1 parent 9fe3035 commit 654c5f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Check Pull Request
run: |
echo "::add-matcher::nuttx/.github/nxstyle.json"
pip install cmake-format
cd apps
commits="${{ github.event.pull_request.base.sha }}..HEAD"
git log --oneline $commits
Expand Down

0 comments on commit 654c5f9

Please sign in to comment.