diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ff38e1..6d94f92 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -69,8 +69,9 @@ jobs: flags: unittests fail_ci_if_error: true - - name: Go report card - uses: creekorful/goreportcard-action@v1.0 +# URL currently unreachable https://goreportcard.com/ +# - name: Go report card +# uses: creekorful/goreportcard-action@v1.0 build: name: Build diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index cc3a238..2a0b445 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -65,8 +65,9 @@ jobs: flags: unittests fail_ci_if_error: true - - name: Go report card - uses: creekorful/goreportcard-action@v1.0 +# URL currently unreachable https://goreportcard.com/ +# - name: Go report card +# uses: creekorful/goreportcard-action@v1.0 build: