Skip to content

fix(modules): validate modules at load instead of at match time #965

fix(modules): validate modules at load instead of at match time

fix(modules): validate modules at load instead of at match time #965

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