Current section
Files
Jump to
Current section
Files
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"}]}]}.