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 64260f301a - Show all commits

ci: add condition to skip linting on release branches
All checks were successful
Lint Pull Request / Lint Pr Title (pull_request) Has been skipped

Jan K9f 2025-04-09 18:24:53 +02:00
Signed by: jank
GPG key ID: B9F475106B20F144

View file

@ -9,6 +9,8 @@ jobs:
name: Lint Pr Title
runs-on: ubuntu-latest
if: github.base_ref != 'release'
steps:
- name: Install go
uses: actions/setup-go@v5