diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 575d2be..11e1b7d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,6 +42,9 @@ jobs: restore-keys: | ${{ runner.os }}-tests- + - name: Run linter + run: make vet + - name: Run tests run: git --no-pager diff --exit-code HEAD~1 HEAD **/**.go templates/ || make tests