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
+3 -3
View File
@@ -26,7 +26,7 @@ jobs:
contents: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
@@ -47,13 +47,13 @@ jobs:
packages: write
steps:
- name: Checkout tag
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
- name: Setup Go from go.mod
uses: actions/setup-go@v5
uses: actions/setup-go@v6
with:
go-version-file: go.mod