summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2020-12-23 07:39:14 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2020-12-24 09:41:41 -0800
commit1ae1b3d2a07b67503538b04f08c9401a00226f22 (patch)
treea39516d12e0e8d575c87873fc08cc2f3590e47f4 /.github
parent521a4dbe03f37b4bc1284cf6ad752c5277c8dacd (diff)
downloadrabbitmq-c-1ae1b3d2a07b67503538b04f08c9401a00226f22.tar.gz
ci: add clang static-analyzer gh actions presubmit
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 348776e..8912924 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -17,6 +17,8 @@ jobs:
config: asan
- compiler: clang
config: tsan
+ - compiler: clang
+ config: scan-build
steps:
- uses: actions/checkout@v2