From 84e0893386a29d0b797c07341bca3feca7c43761 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Thu, 24 Oct 2024 22:46:23 +0200 Subject: [PATCH] clang-format-version: "14" --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e79eb8a..beb47a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -1,4 +1,4 @@ -name: Python CI with Docker and Formatting Check +name: CI with Formatting Check and Docker on: [push, pull_request] @@ -23,7 +23,7 @@ jobs: - name: Clang Formatter uses: jidicula/clang-format-action@v4.13.0 with: - clang-format-version: "13" + clang-format-version: "14" check-path: "." fallback-style: "Mozilla"