This commit is contained in:
AlexandreRouma 2021-12-19 22:13:58 +01:00
parent d893eaae32
commit b736f83993

View File

@ -367,4 +367,4 @@ jobs:
- uses: actions/checkout@v2
- name: Run check_clang_format
run: cd $GITHUB_WORKSPACE && ./check_clang_format.sh || true
run: cd $GITHUB_WORKSPACE && chmod +x ./check_clang_format.sh && ./check_clang_format.sh || true