clang-format-action icon indicating copy to clipboard operation
clang-format-action copied to clipboard

GitHub Action for clang-format checking

Results 19 clang-format-action issues
Sort by recently updated
recently updated
newest added
trafficstars

Now that the last issue is resolved, let me continue complaining :D It would be nice if there was an additional option to this action that would allow to specify...

enhancement

__Context__: a sizeable code base into which I had added `clang-format`. People use it... but only a subset of source lines is up to the spec. Obviously, I can run...

Github recommends using `actions/checkout@v3` Let me know if you agree and I can try submitting a PR

Hey! Thanks for your package. I'm trying to use it in a project where my code is in a subdirectory: ``` - .github/ - README.md - package/ - cpp/.clang-format -...

Split off 2 PRs from this draft: * https://github.com/jidicula/clang-format-action/pull/184 * https://github.com/jidicula/clang-format-action/pull/185 Resolves #147

This action seems to run slower on https://github.com/stblr/mkw-sp than our build action does, significantly. I theorize this is because https://github.com/jidicula/clang-format-action/blob/main/check.sh#L23-L28 is starting a new docker container per file? at least...

bug

Hi, I think it would be great if the action also exposes a way to define the minor and patch version, so that the version of clang-format is fixed. Currently...

[Ubuntu Mantic also contains `clang-format` versions 13 through 16](https://packages.ubuntu.com/search?suite=mantic&arch=any&searchon=names&keywords=clang-format). As much as possible, I prefer to reduce the number of Ubuntu versions I'm shipping in my Docker images. Switching versions...

good first issue
Hacktoberfest

This is helpful to show what would be necessary to change on the code to match the style

See https://github.com/actions/toolkit/blob/main/docs/problem-matchers.md for the basic JSON schema for the matcher and about the registration of the matcher

enhancement