From a3bebc7f2a8388197c4ccfa51d3e665a6afefc2b Mon Sep 17 00:00:00 2001 From: tanneberger Date: Fri, 20 Dec 2024 01:39:05 +0100 Subject: [PATCH] clang19 formatting --- .github/workflows/ci.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c2c757d8..298a3ec7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,7 +29,9 @@ jobs: # - name: Setup upterm session # uses: lhotari/action-upterm@v1 - name: Format check - run: make format-check + run: | + clang-format --version + make format-check - name: Run unit tests run: make unit-test @@ -51,4 +53,4 @@ jobs: lcov-file: build/coverage.info delete-old-comments: true github-token: ${{ secrets.GITHUB_TOKEN }} - if: ${{ github.event_name == 'pull_request' }} \ No newline at end of file + if: ${{ github.event_name == 'pull_request' }}