From 920cf8ec236fcfd0c4ad91ad47f76b2b4a9c06b6 Mon Sep 17 00:00:00 2001 From: Benedikt Galbavy Date: Mon, 27 May 2024 14:34:47 +0200 Subject: [PATCH] ghaction specified clang to treat code as c++ --- .github/workflows/cpp-linter.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cpp-linter.yaml b/.github/workflows/cpp-linter.yaml index 55f3993..6b4f6f1 100644 --- a/.github/workflows/cpp-linter.yaml +++ b/.github/workflows/cpp-linter.yaml @@ -31,6 +31,7 @@ jobs: ignore: 'docs | build' thread-comments: ${{ github.event_name == 'pull_request' && 'update' }} database: 'build' + extra-args: '-xc++' tidy-review: true format-review: true