feat: initial implementation #5

Merged
jank merged 21 commits from main into release 2025-04-09 16:25:18 +00:00
Showing only changes of commit 6c118fb9ff - Show all commits

View file

@ -9,5 +9,9 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Install go
uses: actions/setup-go@v5
with:
go-version: 1.24.2
- name: Lint - name: Lint
uses: https://git.kjan.de/actions/pull-request-lint@main uses: https://git.kjan.de/actions/pull-request-lint@main