README.md: Add supported clang-format versions link

This commit is contained in:
Adrien Leravat 2020-05-29 16:29:36 -07:00 committed by GitHub
parent 93912f3203
commit 153e9fe475
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# clang-format-checker-docker
Docker image verifying the code format with clang-format
This Docker image let you verify that your code matches the format from clang-format, in an easy way, as part of your CI pipeline. The clang-format versions supported can be found on the ["Tags" page](https://hub.docker.com/repository/docker/witekio/clang-format-checker/tags?page=1) of the image.
## Getting Started