From f257ab32fea7a559a45eecf7cecfb54099df6b08 Mon Sep 17 00:00:00 2001 From: Angad <66992519+ThirdEyeSqueegee@users.noreply.github.com> Date: Wed, 2 Oct 2024 16:13:18 -0700 Subject: [PATCH] fix: maintenance workflow --- .clangd | 2 +- .github/workflows/maintenance.yml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.clangd b/.clangd index d403f7f4..35edefd4 100644 --- a/.clangd +++ b/.clangd @@ -13,7 +13,7 @@ Hover: --- If: - PathMatch: ../CommonLibSSE-NG + PathMatch: ./build Index: Background: Skip diff --git a/.github/workflows/maintenance.yml b/.github/workflows/maintenance.yml index 8cc0f13b..c23bcaf1 100644 --- a/.github/workflows/maintenance.yml +++ b/.github/workflows/maintenance.yml @@ -27,7 +27,9 @@ jobs: run: "& ${{ github.workspace }}/.github/make-directives.ps1 ${{ github.workspace }}" - name: Run clang-format - uses: jayllyz/clang-format-action@v1 + uses: DoozyX/clang-format-lint-action@v0.18.1 + with: + inplace: True - name: Add & Commit id: registry