diff --git a/.github/workflows/clangformat.yml b/.github/workflows/clangformat.yml index 070227bf..b959fe92 100644 --- a/.github/workflows/clangformat.yml +++ b/.github/workflows/clangformat.yml @@ -13,7 +13,7 @@ jobs: - name: configure clang-format run: | - git config clangformat.binary $PWD/.github/workflows/clangformat/clang-format-xs + git config clangformat.binary $PWD/utils/clang-format-xs/clang-format-xs git config clangformat.extensions c,h,xs - name: run git-clang-format and Check if no changes are needed run: diff --git a/.github/workflows/clangformat/clang-format-xs b/utils/clang-format-xs/clang-format-xs similarity index 100% rename from .github/workflows/clangformat/clang-format-xs rename to utils/clang-format-xs/clang-format-xs diff --git a/.github/workflows/clangformat/format-xs-1.pl b/utils/clang-format-xs/format-xs-1.pl similarity index 100% rename from .github/workflows/clangformat/format-xs-1.pl rename to utils/clang-format-xs/format-xs-1.pl diff --git a/.github/workflows/clangformat/format-xs-2.pl b/utils/clang-format-xs/format-xs-2.pl similarity index 100% rename from .github/workflows/clangformat/format-xs-2.pl rename to utils/clang-format-xs/format-xs-2.pl diff --git a/.github/workflows/clangformat/format-xs-xml.pl b/utils/clang-format-xs/format-xs-xml.pl similarity index 100% rename from .github/workflows/clangformat/format-xs-xml.pl rename to utils/clang-format-xs/format-xs-xml.pl