Add Mage build system

Set up magefiles/ directory with targets for test, coverage,
lint, and build commands. Uses github.com/magefile/mage v1.15.0.
This commit is contained in:
Oliver Jakoubek 2026-01-15 19:19:58 +01:00
commit b325e7b3fd
4 changed files with 73 additions and 1 deletions

7
magefiles/go.mod Normal file
View file

@ -0,0 +1,7 @@
//go:build ignore
module code.beautifulmachines.dev/jakoubek/kanboard-api/magefiles
go 1.25.5
require github.com/magefile/mage v1.15.0