enable linter on repository

This commit is contained in:
Sergey Kanzhelev
2025-08-13 16:12:41 +00:00
parent dea6d70d46
commit a4118329f6
8 changed files with 67 additions and 2 deletions
+15
View File
@@ -0,0 +1,15 @@
name: golangci-lint
on:
pull_request:
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.24
- name: golangci-lint
run: make lint