good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 6b4193a4 authored by Alex Sharov's avatar Alex Sharov Committed by GitHub
Browse files

lint only on linux (#1728)

parent 4ef5e4b2
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ jobs:
go build -trimpath -o bin/integration.exe ./cmd/integration
go build -trimpath -o bin/headers.ext ./cmd/headers
- name: Lint
if: matrix.os != 'windows-latest'
if: matrix.os == 'ubuntu-latest'
uses: golangci/golangci-lint-action@v2
with:
version: v1.38
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment