Commit 8d903cb7 authored by Ivan Vandot's avatar Ivan Vandot Committed by GitHub

run lint and vet only for ubuntu (#469)

parent 1b0d3845
......@@ -49,8 +49,10 @@ jobs:
GO111MODULE: on
working-directory: ~
- name: Lint
if: matrix.os == 'linux-latest'
run: make lint
- name: Vet
if: matrix.os == 'linux-latest'
run: make vet
- name: Build
run: make build
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment