diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index f99de6f..b2c7d15 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -48,6 +48,9 @@ jobs: with: token: ${{ secrets.CODECOV_TOKEN }} + - name: Update go report card + uses: creekorful/goreportcard-action@v1.0 + lint: name: Lint runs-on: ubuntu-latest