From 80dc32dff3255fd88cbcf219616ea4b0bc414c65 Mon Sep 17 00:00:00 2001 From: Vasili Samuilik Date: Wed, 24 Apr 2024 10:22:23 +0300 Subject: [PATCH] Add "API directory" to exclude --- .github/workflows/clang-format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index 15aa3ff23..45114e3ab 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -15,7 +15,7 @@ jobs: - uses: DoozyX/clang-format-lint-action@v0.17 with: source: '.' - exclude: './third_party ./external' + exclude: './third_party ./external ./common/RFID/API' extensions: 'h,cpp' clangFormatVersion: 17 style: google