diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 45497fd3..19b22ffe 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,8 +2,7 @@ name: CI Checks on: push: jobs: - ci: - + - ci: name: Go ${{ matrix.go }} runs-on: ubuntu-latest strategy: @@ -27,12 +26,10 @@ jobs: - name: Build run: go build ./... - - name: Run staticcheck checks + - name: Static Checks uses: dominikh/staticcheck-action@v1.2.0 with: version: "2022.1" - install-go: false - cache-key: ${{ matrix.go }} - name: Run Makefile checks run: make ci_tests