diff --git a/.github/workflows/report-card.yml b/.github/workflows/report-card.yml deleted file mode 100644 index 84f901cbf..000000000 --- a/.github/workflows/report-card.yml +++ /dev/null @@ -1,14 +0,0 @@ ---- -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