Skip to content

Commit

Permalink
Add missing rebar3_depup plugin (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Nov 20, 2024
1 parent 6b23bdc commit ec55dac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
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
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
]}.

{project_plugins, [
erlfmt
erlfmt,
rebar3_depup
]}.

{deps, [
Expand Down

0 comments on commit ec55dac

Please sign in to comment.