From 1397592db57005ee69ca3214c1b6431315200594 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 13 Jun 2024 11:42:53 +0200 Subject: [PATCH] fixup! gh: Add ghactions build/test/lint --- .github/workflows/macadam.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macadam.yml b/.github/workflows/macadam.yml index 4dd18eae..9517b0db 100644 --- a/.github/workflows/macadam.yml +++ b/.github/workflows/macadam.yml @@ -39,10 +39,12 @@ jobs: name: amd64 linux binary path: "./bin/macadam-linux-amd64" test: + steps: - name: Test if: matrix.os != 'macOS-11' run: make test lint: + steps: - name: vet run: make vet - name: golangci-lint