Skip to content

Commit

Permalink
disable goreportcard (stuartcryan#45)
Browse files Browse the repository at this point in the history
* disable goreportcard
  • Loading branch information
blacs30 authored Sep 25, 2020
1 parent 8567a5a commit ef1feeb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,9 @@ jobs:
flags: unittests
fail_ci_if_error: true

- name: Go report card
uses: creekorful/[email protected]
# URL currently unreachable https://goreportcard.com/
# - name: Go report card
# uses: creekorful/[email protected]

build:
name: Build
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,9 @@ jobs:
flags: unittests
fail_ci_if_error: true

- name: Go report card
uses: creekorful/[email protected]
# URL currently unreachable https://goreportcard.com/
# - name: Go report card
# uses: creekorful/[email protected]


build:
Expand Down

0 comments on commit ef1feeb

Please sign in to comment.