DoozyX / clang-format-lint-action

This action checks if the source code matches the .clang-format file.
MIT License
129 stars 46 forks source link

update clang-format 11 from 11.0.0 to 11.0.1 #31

Open dlyr opened 2 years ago

dlyr commented 2 years ago

Hi, I have trouble getting the same formatting from my setup (debian bullseye) and clang-format-lint-action It seems that debian package provides clang-format 11.0.1 and clang-format-lint-action have 11.0.0 (this is what I get from clang-format -version on my setup, and clang-format11-version downloaded from this repo).

Is there any way to provide such version on your repo ?

++ d