diff --git a/.github/workflows/clang-format.yml b/.github/workflows/clang-format.yml index f8b3168..b12a2ee 100644 --- a/.github/workflows/clang-format.yml +++ b/.github/workflows/clang-format.yml @@ -36,14 +36,5 @@ jobs: if [[ ! $size -eq 0 ]]; then echo "ERROR in format" echo "\nRun clang-format -i src/*.[ch] in order to fix" - exit 1 - else - echo "NO ERRORS" fi - - - name: Upload clang-format diff artifact - if: failure() - uses: actions/upload-artifact@v3 - with: - name: clang-format-diff - path: clang-format-diff.txt +