From 2c3bb54f0a9fcc993d9f1dbb6790aa1ed82f13c2 Mon Sep 17 00:00:00 2001 From: Vladislav Nepogodin Date: Thu, 26 Oct 2023 23:55:46 +0400 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=20=20CI:=20pass=20correct=20path?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 856a5e0..9bf3b41 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -41,7 +41,7 @@ jobs: - name: Run clang-tidy run: | - clang-tidy -p ${{github.workspace}}/build src/*.cpp + clang-tidy -p ${{github.workspace}}/build/Debug src/*.cpp shell: bash check_clang_format: