Skip to content

Commit

Permalink
Add missing rebar3_depup plugin (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
whatyouhide authored Nov 20, 2024
1 parent 231178d commit 799b3d8
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 @@ -10,7 +10,8 @@
]}.

{project_plugins, [
erlfmt
erlfmt,
rebar3_depup
]}.

{deps, [base32]}.
Expand Down

0 comments on commit 799b3d8

Please sign in to comment.