diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b7b1844..01523b09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,13 +2,13 @@ name: CI Checks on: push: jobs: - - checks: - name: Static Checks + checks: + name: Run staticcheck uses: dominikh/staticcheck-action@v1.2.0 with: version: "2022.1" - - tests: - name: Go ${{ matrix.go }} + tests: + name: Run Go ${{ matrix.go }} tests runs-on: ubuntu-latest strategy: matrix: