Commit graph

2 commits

Author SHA1 Message Date
c2a1e28773
ci: add CI pipelines
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
Summary:

Add simple CI pipelines to the greet project. Here we add CI pipelines
for both Woodpecker and Dagger CI as we are currently interested in both
technologies.

Changes:

- Add .woodpecker/woodpecker.yml
- Updated LICENSE
- Updated README.md
- Fixed linting issues in greet.go
- Created a new internal go module for CI/CD in internal/build
- Moved the magefiles to internal/build/magefiles
- Add dagger pipeline code
2023-05-13 23:06:25 +01:00
7178cfa188 Add LICENSE
Add MIT license.

Signed-off-by: Dan Anglin <d.n.i.anglin@gmail.com>
2021-08-28 18:41:07 +00:00