Skip to content

Commit

Permalink
Make script executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmad-el-sayed committed May 5, 2024
1 parent 152e807 commit aeebd8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aeebd8e

Please sign in to comment.