From de76fdb36babe42b66d1cf5aa393fc9a12b39513 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thorben=20G=C3=BCnther?= Date: Sun, 27 Jun 2021 01:15:01 +0200 Subject: [PATCH] CI: Lint with make --- .build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index d6fe4f3..a2c8709 100644 --- a/.build.yml +++ b/.build.yml @@ -15,5 +15,4 @@ tasks: go test -v ./... - lint: | cd srhtctl - revive ./... - staticcheck ./... + make lint -- 2.44.0