mirror of
https://github.com/lunchcat/sif.git
synced 2026-01-14 13:56:37 -08:00
17 lines
300 B
YAML
17 lines
300 B
YAML
name: Update Report Card
|
|
|
|
on:
|
|
push:
|
|
branches: [main]
|
|
pull_request:
|
|
branches: [main]
|
|
workflow_call:
|
|
|
|
jobs:
|
|
update-report-card:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v3
|
|
- name: Update Go Report Card
|
|
uses: creekorful/goreportcard-action@v1.0
|