Skip to content

Commit

Permalink
Install pylint explicitly in custom linter action
Browse files Browse the repository at this point in the history
Change-Id: I61891ef6682af209ee94b187b247f5b779e83c8a
  • Loading branch information
joeyparrish committed Jun 21, 2021
1 parent f881603 commit 9f11077
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/custom-actions/lint-packager/action.yaml
Expand Up @@ -17,6 +17,9 @@ runs:
sudo install -m 755 git-clang-format /usr/local/bin/git-clang-format
rm git-clang-format
echo "::endgroup::"
echo "::group::Installing pylint"
python3 -m pip install --upgrade pylint
echo "::endgroup::"
echo "::group::Check clang-format for C++ sources"
# NOTE: --binary forces use of global clang-format (which works) instead
# of depot_tools clang-format (which doesn't).
Expand Down

0 comments on commit 9f11077

Please sign in to comment.