Skip to content
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

Fix clang-tidy config file path #2788

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Fix clang-tidy config file path #2788

merged 1 commit into from
Jan 31, 2024

Conversation

daljit46
Copy link
Member

@daljit46 daljit46 commented Jan 26, 2024

Our clang-tidy CI review action appears to be broken after #2782, as inspecting the log of a few workflows shows that the action is unable to find the configuration file.

It seems that using github.workspace doesn't work as intended, but just using a relative path from the top level directory seems to do the job.

EDIT: this is because the Github Actions runs inside Docker

It seems that using github.workspace doesn't work as intended, but just using a relative path from the top level directory seems to do the job.
@daljit46 daljit46 marked this pull request as draft January 26, 2024 17:51
@daljit46 daljit46 self-assigned this Jan 26, 2024
Copy link

clang-tidy review says "All clean, LGTM! 👍"

2 similar comments
Copy link

clang-tidy review says "All clean, LGTM! 👍"

Copy link

clang-tidy review says "All clean, LGTM! 👍"

Copy link

clang-tidy review says "All clean, LGTM! 👍"

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

cmd/test.cpp Outdated Show resolved Hide resolved
cmd/test.cpp Outdated Show resolved Hide resolved
cmd/test.cpp Outdated Show resolved Hide resolved
Copy link

clang-tidy review says "All clean, LGTM! 👍"

@daljit46 daljit46 marked this pull request as ready for review January 31, 2024 11:40
@daljit46 daljit46 merged commit 0e0bad4 into dev Jan 31, 2024
12 checks passed
@daljit46 daljit46 deleted the ci-clang-tidy-fix branch January 31, 2024 11:41
@Lestropie Lestropie mentioned this pull request Feb 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant