Skip to content

Commit

Permalink
Merge pull request #365 from warrensbox/automate-goreport
Browse files Browse the repository at this point in the history
Create goreport.yml
  • Loading branch information
MatrixCrawler authored Apr 5, 2024
2 parents 4f41ff2 + 6082f34 commit d62bfcb
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/goreport.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Update goreport card

on:
push:
branches:
- 'master'

jobs:
goreport:
runs-on: ubuntu-latest
steps:
- name: Update goreport card
run: curl -X POST -F "repo=github.com/$GITHUB_REPOSITORY" https://goreportcard.com/checks

0 comments on commit d62bfcb

Please sign in to comment.