-
Notifications
You must be signed in to change notification settings - Fork 703
use shared action for clang-tidy #3109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull request overview
This PR refactors the clang-tidy step in the GitHub Actions workflow to use a shared, reusable action instead of inline bash commands.
Changes:
- Replaced inline bash script execution with a call to a shared action (
activeloopai/private-github-actions/.github/actions/clang-tidy@main) - Updated build directory from
builds/deeplake-pg-prodtobuilds/deeplake-pg-dev
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| echo -e "${GREEN}Clang-tidy analysis complete.${DEFAULT}" | ||
| with: | ||
| source_directory: cpp/deeplake_pg | ||
| build_directory: builds/deeplake-pg-dev |
Copilot
AI
Jan 13, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build directory was changed from builds/deeplake-pg-prod to builds/deeplake-pg-dev. This appears to be unintentional as the PR description does not mention changing the build target. Verify this change is correct, or revert to builds/deeplake-pg-prod to maintain consistency with the previous configuration.
| build_directory: builds/deeplake-pg-dev | |
| build_directory: builds/deeplake-pg-prod |
|



No description provided.