summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAlan Antonuk <alan.antonuk@gmail.com>2021-04-21 05:21:08 +0000
committerAlan Antonuk <alan.antonuk@gmail.com>2021-04-20 22:45:35 -0700
commit7e5f684d709cfe6befd5975c9d0ecd5100d82df1 (patch)
tree198932c03a9f1c64bd6b577d628362d52f45a524 /.github
parentf57cfd615971d0109e8a10e318214efdca3ecf7b (diff)
downloadrabbitmq-c-7e5f684d709cfe6befd5975c9d0ecd5100d82df1.tar.gz
ci: add framing regeneration to CI config
Signed-off-by: GitHub <noreply@github.com>
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 25a7376..33ca057 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -28,6 +28,8 @@ jobs:
config: format
- compiler: clang
config: scan-build
+ - compiler: clang
+ config: framing
steps:
- uses: actions/checkout@v2