Check C++ code formatting in CI
Open
C-infra
good first issue
T-enhancement
- Dominant language
- Rust
- Stars
- 12
- Forks
- 3
- PR merge metrics
- No merged PRs in 30d
Description
#108 added clang-format config.
As with rustfmt, we should enforce it via CI.
It is not trivial due to actions/virtual-environments#28.
Possible strategies:
- Wait until Github fixes VM images
- Wait until Actions can use images from github package registry for docker
- Use alternative clang-format installation way.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.