From 584f2b02881d6c68b6c8d3119b062ba23476def7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D7=A0=CF=85=CE=B1=CE=B7=20=D7=A0=CF=85=CE=B1=CE=B7=D1=95?= =?UTF-8?q?=CF=83=CE=B7?= Date: Sat, 12 Sep 2026 11:04:26 -0700 Subject: [PATCH] chore: delete the Go Report Card workflow The badge came out of the README when goreportcard.com was sunset. The workflow that fed it stayed, and it has been running on every push to main since, posting to a service that no longer exists. It reports success either way. `creekorful/goreportcard-action` fires the request and never checks the response, so a dead endpoint is indistinguishable from a working one. Nothing would ever have surfaced this. Nothing replaces it. golangci-lint already runs in CI with a stricter set than Go Report Card graded on, and the build badge carries that claim. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01FuKUsHFG1EqZXamffh9M2c --- .github/workflows/report-card.yml | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 .github/workflows/report-card.yml 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