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