Skip to content

Commit

Permalink
Fix #662, Removes error on format style differences
Browse files Browse the repository at this point in the history
  • Loading branch information
jdfiguer authored and jdfiguer committed May 25, 2023
1 parent 6cded58 commit 53373ff
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 53373ff

Please sign in to comment.