Commit Graph

6 Commits

Author SHA1 Message Date
dependabot[bot]
a4a4787ff0 build(deps): Bump amannn/action-semantic-pull-request
Bumps [amannn/action-semantic-pull-request](https://github.com/amannn/action-semantic-pull-request) from 5.5.2 to 6.1.1.
- [Release notes](https://github.com/amannn/action-semantic-pull-request/releases)
- [Changelog](https://github.com/amannn/action-semantic-pull-request/blob/main/CHANGELOG.md)
- [Commits](cfb60706e1...48f256284b)

---
updated-dependencies:
- dependency-name: amannn/action-semantic-pull-request
  dependency-version: 6.1.1
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-26 06:00:09 +00:00
Wanjohi
28aadfafea feat: Add license (#7)
## Description

**What issue are you solving (or what feature are you adding) and how
are you doing it?**

There is currently no License, so we are adding an AGPL license here too
(copied from nestri)
2024-07-08 04:15:09 +03:00
Wanjohi
d95b4a84cb feat: Write cli executable as a go program (#4)
## Description

**What issue are you solving (or what feature are you adding) and how
are you doing it?**
I have opted to go with Golang as it has inbuilt support for writing
cross-platform executables unlike something like JS. And also, it has
support for running docker using the unix socket directly in code.
2024-06-25 03:41:05 +03:00
Wanjohi
b1634c4e8d 📝 docs: Initialise the README (#2)
## Description

**What issue are you solving (or what feature are you adding) and how
are you doing it?**

There is no README to tell what this repo is for. So here is one.
2024-05-30 04:49:35 +03:00
Wanjohi
2662dfb8ad feat(gh): Initialize github workflows (#1) 2024-05-30 04:42:28 +03:00
Wanjohi
c452561766 feat: Initial commit 2024-05-30 04:31:15 +03:00