diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 4b1fc4d..7eb53bd 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,3 +1,4 @@ +--- name: Go on: @@ -7,7 +8,6 @@ on: branches: [ "main" ] jobs: - build: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/reportcard.yml b/.github/workflows/reportcard.yml new file mode 100644 index 0000000..84f901c --- /dev/null +++ b/.github/workflows/reportcard.yml @@ -0,0 +1,14 @@ +--- +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