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:
parent
610998283b
commit
b325e7b3fd
4 changed files with 73 additions and 1 deletions
7
magefiles/go.mod
Normal file
7
magefiles/go.mod
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue