This is an automated email from the ASF dual-hosted git repository. raiden00 pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/nuttx-apps.git
commit 7afa9b51ea97b20ecfabdc8441b518b213d30f76 Author: chao an <[email protected]> AuthorDate: Tue Jul 25 12:28:13 2023 +0800 ci/check: install format tool before run style check script Signed-off-by: chao an <[email protected]> --- .github/workflows/check.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b7f935197..7ba891c8b 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -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
