Skip to content

Commit

Permalink
Added the CI for clang-tidy in github workflows.
Browse files Browse the repository at this point in the history
  • Loading branch information
msiddhu committed Jul 11, 2024
1 parent ac8ac31 commit 883598c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/clang-tidy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
sudo apt update -y
sudo apt install -y --no-install-recommends --no-install-suggests \
build-essential
sudo -E ./ci/install_clang18.sh
sudo -E ./ci/install_format_tools.sh
sudo -E ./ci/setup_cmake.sh
sudo -E ./ci/setup_ci_environment.sh
sudo -E ./ci/setup_googletest.sh
Expand Down
1 change: 1 addition & 0 deletions ci/install_format_tools.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ apt install -y clang-format-${CLANG_VERSION} python3 python3-pip git curl

# Install cmake_format
pip3 install --break-system-packages cmake_format==${CMAKE_FORMAT_VERSION}
pip3 install --break-system-packages clang-tidy

# Install buildifier
curl -L -o /usr/local/bin/buildifier https://github.com/bazelbuild/buildtools/releases/download/${BUILDIFIER_VERSION}/buildifier
Expand Down

0 comments on commit 883598c

Please sign in to comment.