Merge pull request #1088 from SergeyKanzhelev/linter

enable linter on repository
This commit is contained in:
Kubernetes Prow Robot
2025-08-13 09:41:07 -07:00
committed by GitHub
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