From 938ffa32193cd282db720218b59694a9d71a17c5 Mon Sep 17 00:00:00 2001 From: Ahmad El Sayed Date: Mon, 6 May 2024 00:46:19 +0200 Subject: [PATCH] Chamge script permissions in git index --- .github/workflows/clang-format.yml | 1 - scripts/clang-format/format.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 scripts/clang-format/format.sh diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index d537f3b..a49338f 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -21,7 +21,6 @@ jobs: - name: Check code formatting run: | - chmod +x ${{ github.workspace }}/scripts/clang-format/format.sh ${{ github.workspace }}/scripts/clang-format/format.sh \ --clang_format_file ${{ github.workspace }}/.clang-format \ --directories ${{ github.workspace }}/src ${{ github.workspace }}/include ${{ github.workspace }}/tests diff --git a/scripts/clang-format/format.sh b/scripts/clang-format/format.sh old mode 100644 new mode 100755