diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c5cd96f0..4803fc5b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,9 @@ jobs: go-version-file: go.mod cache: true + - name: Lint + run: make lint + - name: Run tests run: make test