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

Add clang-format-12 #25

Closed bernhardmgruber closed 3 years ago

bernhardmgruber commented 3 years ago

Binary from (similar to what you did in a previous commit): https://github.com/muttleyxd/clang-tools-static-binaries/releases/download/master-6fce707f/clang-format-12_linux-amd64

Consider verifying the sha512 as given here: https://github.com/muttleyxd/clang-tools-static-binaries/releases/download/master-6fce707f/clang-format-12_linux-amd64.sha512sum

Addresses: #24

DoozyX commented 3 years ago

Thank you.