From bb7683a868c19da295bd932709a0c0add95fc7e3 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Tue, 11 Aug 2020 10:58:04 +0200 Subject: [PATCH] update style check workflow --- .github/workflows/style.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 64f8321..4851931 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -16,8 +16,10 @@ jobs: steps: - uses: actions/checkout@v1 - - name: Install clang-format - run: brew install clang-format + - name: Install format dependencies + run: | + brew install clang-format + pip install cmake_format pyyaml - name: configure run: cmake -Htest -Bbuild