From 7379833b53ed098bd11c4aa6a2e4dc554a574e57 Mon Sep 17 00:00:00 2001 From: Ailin Nemui Date: Wed, 6 Jan 2021 22:22:00 +0100 Subject: [PATCH] move clang-format-xs into utils --- .github/workflows/clangformat.yml | 2 +- .../clangformat => utils/clang-format-xs}/clang-format-xs | 0 .../clangformat => utils/clang-format-xs}/format-xs-1.pl | 0 .../clangformat => utils/clang-format-xs}/format-xs-2.pl | 0 .../clangformat => utils/clang-format-xs}/format-xs-xml.pl | 0 5 files changed, 1 insertion(+), 1 deletion(-) rename {.github/workflows/clangformat => utils/clang-format-xs}/clang-format-xs (100%) rename {.github/workflows/clangformat => utils/clang-format-xs}/format-xs-1.pl (100%) rename {.github/workflows/clangformat => utils/clang-format-xs}/format-xs-2.pl (100%) rename {.github/workflows/clangformat => utils/clang-format-xs}/format-xs-xml.pl (100%) 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