From aeebd8eef33a4392e4d1be439467e76a22128141 Mon Sep 17 00:00:00 2001 From: Ahmad El Sayed Date: Mon, 6 May 2024 00:37:03 +0200 Subject: [PATCH] Make script executable --- .github/workflows/clang-format.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index a49338f..d537f3b 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -21,6 +21,7 @@ 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