From 560014bac00c93383f5aa8932fa0b637a28775eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lionel=20F=C3=A9licit=C3=A9?= Date: Tue, 20 Oct 2020 23:19:39 +0200 Subject: [PATCH] update goreportcard.com card on each successfull tag release action cf. #18 --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 695d3ef..0ab7e50 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,3 +17,7 @@ jobs: args: release env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + goreportcard: + runs-on: ubuntu-20.04 + steps: + - uses: creekorful/goreportcard-action@v1.0