Skip to content

Commit

Permalink
Added go report card action (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
retr0h committed Nov 11, 2023
1 parent 355adb3 commit 4fac04c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
---
name: Go

on:
Expand All @@ -7,7 +8,6 @@ on:
branches: [ "main" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
Expand Down
14 changes: 14 additions & 0 deletions .github/workflows/reportcard.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]

0 comments on commit 4fac04c

Please sign in to comment.