Skip to content

Commit

Permalink
FIXUP
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide committed Nov 20, 2024
1 parent 84c2826 commit 559f70f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/check-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ if git diff --exit-code --quiet; then
echo "No changes to the dependencies"
exit 0
else
echo "Detected changes to dependencies"
echo "Detected changes to dependencies, reformatting as well"
rebar3 fmt --write
fi

git checkout -b "$BRANCH_NAME"
Expand Down

0 comments on commit 559f70f

Please sign in to comment.