feat(linters): Added golangci-lint config & CI job

This commit is contained in:
Artem Yadelskyi
2026-02-16 13:45:36 +02:00
parent e7f15afdd4
commit 35670d5a58
5 changed files with 172 additions and 13 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ jobs:
steps:
# ── Checkout ──────────────────────────────
- name: 📥 Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
ref: ${{ inputs.tag }}