Commit graph

20 commits

Author SHA1 Message Date
45a531d1c1
ci: update forgejo actions workflow
All checks were successful
/ test (pull_request) Successful in 20s
/ lint (pull_request) Successful in 24s
- update actions/checkout to v4
- update actions/setup-go to v5
2023-12-14 09:28:24 +00:00
6130caeb18
ci: update actions/setup-go to v4
All checks were successful
/ test (pull_request) Successful in 27s
/ lint (pull_request) Successful in 26s
2023-12-03 00:42:16 +00:00
fab3294ba7
chore: update go.mod
All checks were successful
/ test (pull_request) Successful in 1m32s
/ lint (pull_request) Successful in 21s
2023-12-02 23:46:34 +00:00
4818a54e65
ci(dagger): use the new Sync function 2023-08-28 16:44:06 +01:00
3594c71773
ci: upgrade Dagger CI and dependencies 2023-08-28 16:08:26 +01:00
03971ef9a9
ci: run workflow when PR is synchronised
All checks were successful
/ test (pull_request) Successful in 26s
/ lint (pull_request) Successful in 23s
2023-08-28 14:49:02 +01:00
578ad52896
ci: replace Woodpecker with Forgejo Actions 2023-08-28 14:39:18 +01:00
7d7d87b57b
doc: rewrite README with asciidoc
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending
2023-05-22 07:52:28 +01:00
f7805184a0
Merge branch 'cache-and-named-pipelines'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-20 06:16:23 +01:00
a6bec1f400
ci: add cache and named pipelines
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
ci/woodpecker/pr/woodpecker Pipeline was successful
2023-05-20 05:48:22 +01:00
07549bdffb
ci: integrate dagger with woodpecker
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful
The Woodpecker agent is now capable of running Dagger
pipelines.
2023-05-14 04:53:16 +01:00
c036319fc6
docs: update README.md
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 23:22:05 +01:00
bf2d71a7be
Merge branch 'my-very-own-ci-setup-with-dagger-and-git'
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
2023-05-13 23:18:33 +01:00
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
53eee61c3a
chore: updated go.mod 2023-02-14 07:48:40 +00:00
c104a8b118 docs: add attribution to the project avatar
Signed-off-by: Dan Anglin <d.n.i.anglin@gmail.com>
2021-09-20 06:23:34 +00:00
7d7cfc376c
refactor: add support for mage and golangci-lint 2021-09-19 05:57:46 +01:00
611da8f3e3
feat: add greet program and tests 2021-08-29 15:36:09 +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
73ba39cfa4 Initial commit 2021-08-28 18:24:43 +00:00