Files
sif/.github/workflows/reportcard.yml
2024-10-15 02:51:52 +02:00

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