Skip to content

Commit

Permalink
Post the style patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jngrad committed Apr 21, 2020
1 parent cf6b380 commit 6efa9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintainer/CI/fix_style.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if ! git diff-index --quiet HEAD -- && [ "${1}" != "-f" ]; then
exit 1
fi

maintainer/lint/pre_commit.sh run --all-files || exit 1
maintainer/lint/pre_commit.sh run --all-files

if [ "${CI}" != "" ]; then
git --no-pager diff > style.patch
Expand Down

0 comments on commit 6efa9da

Please sign in to comment.