From f98ca85d7f65aa9221ec4b2ce38343b54eba15d3 Mon Sep 17 00:00:00 2001 From: Lancelot 'Robin' Chen Date: Mon, 18 Nov 2024 16:42:08 +0800 Subject: [PATCH] test --- .github/workflows/tidy-clang.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/tidy-clang.yml b/.github/workflows/tidy-clang.yml index e200898..a8b6c31 100644 --- a/.github/workflows/tidy-clang.yml +++ b/.github/workflows/tidy-clang.yml @@ -33,11 +33,10 @@ jobs: with: style: '' # Use .clang-format config file tidy-checks: '' # Use .clang-tidy config file - extra-args: '-std=c++17' + extra-args: '-std=c++17 -I../../' verbosity: debug tidy-review: true passive-reviews: true - database: './StdAny' # only 'update' a single comment in a pull request thread. #thread-comments: ${{ github.event_name == 'pull_request' && 'update' }} - name: Fail fast?!