Skip to content

Commit

Permalink
Merge pull request #676 from chillfig/supress_claang_format
Browse files Browse the repository at this point in the history
Fix #662, Removes error on format style differences
  • Loading branch information
dzbaker committed Jun 1, 2023
2 parents e11abdd + 53373ff commit 4c71653
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/format-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ jobs:
name: style_differences
path: style_differences.txt

- name: Error on differences
run: |
if [[ -s style_differences.txt ]];
then
cat style_differences.txt
exit -1
fi
check-commit-message:
name: Check Commit Message
needs: check-for-duplicates
Expand Down

0 comments on commit 4c71653

Please sign in to comment.