From 09bec373bd370ce0073e2f93b029d9fde4202a2b Mon Sep 17 00:00:00 2001 From: Carles Fernandez Date: Sun, 22 Dec 2024 01:04:14 +0100 Subject: [PATCH] CI: apply clang-format also to tests and utils folders --- .github/workflows/main.yml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 12fd58cd4..7473c8bd3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -116,12 +116,9 @@ jobs: strategy: matrix: path: - - check: 'src' - exclude: '' - - check: 'tests' - exclude: '' - - check: 'utils' - exclude: '(matlab|scripts|python)' + - 'src' + - 'tests' + - 'utils' steps: - uses: actions/checkout@v4 - name: run clang-format