Packages

App for testing mix and GitHub actions

Current section

Files

Jump to
mixactions src mixactions.app.src
Raw

src/mixactions.app.src

{application,mixactions,
[{description,"App for testing mix and GitHub actions"},
{vsn,"0.2.0"},
{registered,[]},
{mod,{mixactions_app,[]}},
{applications,[kernel,stdlib]},
{env,[]},
{modules,[]},
{licenses,["Apache-2.0"]},
{links,[{"GitHub","https://github.com/edgardSchi/mixtest"}]}]}.