Skip to content

refactor: share path-resolution and body-cap helpers #785

refactor: share path-resolution and body-cap helpers

refactor: share path-resolution and body-cap helpers #785

Workflow file for this run

name: update report card
on:
push:
branches: [main]
pull_request:
branches: [main]
workflow_call:
permissions:
contents: read
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
update-report-card:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- name: update go report card
uses: creekorful/goreportcard-action@v1.0