Skip to content

Commit

Permalink
Add erlfmt to the CI (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamthome authored Jul 29, 2024
1 parent edb21b7 commit b22ff30
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
{'README.md', #{title => <<"Overview">>}},
{'LICENSE.md', #{title => <<"License">>}},
{'CHANGELOG.md', #{title => <<"Changelog">>}},
{'CODE_OF_CONDUCT.md', #{title => <<"Code of Conduct">>}},
{'CODE_OF_CONDUCT.md', #{title => <<"Code of Conduct">>}},
{'CONTRIBUTING.md', #{title => <<"Contributing">>}},
{'SECURITY.md', #{title => <<"Security">>}}
]},
Expand Down Expand Up @@ -79,6 +79,7 @@

{alias, [
{ci, [
{fmt, "--check"},
lint,
hank,
xref,
Expand Down

0 comments on commit b22ff30

Please sign in to comment.