Run go mod tidy on test client (#43) #37
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: Go Report Card | |
on: | |
push: | |
branches: [ "main" ] | |
jobs: | |
action_goreportcard: | |
runs-on: ubuntu-latest | |
name: A job to run go report card | |
steps: | |
- name: Go Report Card | |
uses: creekorful/goreportcard-action@v1.0 |