From 7e5f684d709cfe6befd5975c9d0ecd5100d82df1 Mon Sep 17 00:00:00 2001 From: Alan Antonuk Date: Wed, 21 Apr 2021 05:21:08 +0000 Subject: ci: add framing regeneration to CI config Signed-off-by: GitHub --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to '.github') 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 -- cgit v1.2.1