From e4f1487fcf1e3a4ec6658f0adc7fac59392f5dc1 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Mon, 2 Oct 2023 11:49:25 +0200 Subject: [PATCH] Fix typo for clang-format --- .github/workflows/clang-tidy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-tidy.yml b/.github/workflows/clang-tidy.yml index 5f7e3eb0db..ff7d8fea04 100644 --- a/.github/workflows/clang-tidy.yml +++ b/.github/workflows/clang-tidy.yml @@ -71,7 +71,7 @@ jobs: run-clang-tidy-15 -config-file ../ApplicationLibCode/.clang-tidy -fix files ApplicationLibCode - name: Run clang-format after clang-tidy run: | - cd build/ApplicationLibCode + cd ApplicationLibCode find -name '*.h' -o -name '*.cpp' -o -name '*.inl' | xargs clang-format-15 -i - uses: peter-evans/create-pull-request@v5 with: