Commit graph

5 commits

Author SHA1 Message Date
308d286646
chore: update project template
- workflow: run the test job only when the PR is not in the draft state.
- workflow: use the remote mage-ci action to run the tests via mage.
- workflow: remove the lint job for now. In the future it may be
  replaced by a step.
- lint: update .golangci.yaml
2024-08-27 23:17:00 +01:00
4fd8e37f68
chore: update project template
- update the Go version in forgejo workflow
- add a __build directory
- build the binary to the __build directory
- by default, do quick builds (builds without rebuilding all packages)
- add the install target
- add functions to generate the binary's build information
- add a skeleton run function in main.go
2024-05-30 11:51:54 +01:00
59b7b0c794
ci: add Forgejo Actions Workflow 2023-12-14 09:43:03 +00:00
d7c6a1a168
chore: move magefile to magefiles 2022-11-18 19:41:37 +00:00
72fc243dd9
feat: add a template repo for a generic go project
- add an empty .gitignore file
- add .golangci.yaml
- add a simple magefile.go file
- add a very simple main.go file
2021-09-19 04:40:56 +01:00