summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2020-12-23 07:40:34 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2020-12-24 09:41:41 -0800
commit2a687885fc7a418c9940240c0851a28aafb1967c (patch)
tree19572dbb3a74990c4acab03ba12700e665a7bf05 /.github
parentc9caeaa311f6d8afefc4ecbce44005509a956bed (diff)
downloadrabbitmq-c-2a687885fc7a418c9940240c0851a28aafb1967c.tar.gz
ci: add clang-format
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8912924..90ec657 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -18,6 +18,8 @@ jobs:
- compiler: clang
config: tsan
- compiler: clang
+ config: format
+ - compiler: clang
config: scan-build
steps: