project-asgard / asgard

MIT License
27 stars 20 forks source link

clang-format in ci #652

Closed mkstoyanov closed 11 months ago

mkstoyanov commented 11 months ago

Right now, we have the clang-format-check script and the CI is doing more or less a copy of the same command, but that's hard-coded into the AWS CI.

We should change the CI so that the check is done from the script in the repo.

That will give us easier and more fine-grained control.

Meanwhile, we can ignore the clang-format-check.

quantumsteve commented 11 months ago

I just made this change to the buildspec on AWS codebuild. It should run on your next push to #651.

Do you have access to our AWS organization?

mkstoyanov commented 11 months ago

Great! Seems to be working.