pull/567/head
AlexandreRouma 2021-12-19 22:13:58 +01:00
rodzic d893eaae32
commit b736f83993
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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