-
-
Notifications
You must be signed in to change notification settings - Fork 724
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
Applied clang-tidy suggestions for hyprland workspaces #2720
Conversation
a984ce5
to
de46394
Compare
LGTM |
@Alexays FYI, I'm implementing the GitHub action for clang-tidy checks in this PR: zjeffer#1 I'm having some trouble here during the clang-tidy step (https://github.com/zjeffer/Waybar/actions/runs/7126784812/job/19405372955):
The problem is the project is not configured during this step, so we don't generate a compile_commands.json file. That's why it can't find the hpp file. I tried using your
To fix this, I would propose:
What do you suggest? |
We can add sudo to images, Dockerfile are also stored in the repo, once changed i'll trigger a rebuild :) |
I'm doing some manual tests by adding sudo and python3-pip (which also seems needed) in the yml file. I'll make a PR to change the Dockerfile once I've figured out how to fix the next errors I'm getting. |
First test after merging #2595
Let me know if anything needs to change.