Skip to content

Commit

Permalink
Update reportcard.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
carchi8py authored Jul 26, 2023
1 parent 9c40c0f commit 9ba4dc9
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/reportcard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,12 @@ jobs:
with:
go-version: '1.19.3'

- name: Build
- name: Set up goreportcard
run: |
working-directory: /tmp
git clone https://github.com/gojp/goreportcard.git
cd goreportcard
make install
go install ./cmd/goreportcard-cli
which goreportcard
goreportcard-cli -v -t 90
- name: run report card
run: goreportcard-cli -v -t 90

0 comments on commit 9ba4dc9

Please sign in to comment.