No description
Find a file
Louis Seubert 24ad00274d
All checks were successful
default / ensure tests work (push) Successful in 35s
feat: rewrote glob to have a full doublestar impl
This implements a full double star glob implementation with it's own filesystem implementation.
2026-01-25 17:22:16 +01:00
.forgejo/workflows feat: rewrote glob to have a full doublestar impl 2026-01-25 17:22:16 +01:00
glob feat: rewrote glob to have a full doublestar impl 2026-01-25 17:22:16 +01:00
action.go feat: add initial helper methods 2024-10-20 14:57:24 +02:00
action_test.go feat: add initial helper methods 2024-10-20 14:57:24 +02:00
client.go feat: change github context parsing 2025-08-11 21:27:54 +02:00
command.go feat: add initial helper methods 2024-10-20 14:57:24 +02:00
command_test.go feat: add initial helper methods 2024-10-20 14:57:24 +02:00
context.go feat: change github context parsing 2025-08-11 21:27:54 +02:00
context_test.go feat: change github context parsing 2025-08-11 21:27:54 +02:00
go.mod chore: update domain to code.geekeey.de 2025-09-30 21:23:51 +02:00
README.md feat: project setup 2024-07-21 10:46:42 +02:00

sdk

The actions sdk provides a set of packages to make creating actions easier.