Skip to content

chore(deps): bump reviewdog/action-misspell from 1.26.0 to 1.27.0 #156

chore(deps): bump reviewdog/action-misspell from 1.26.0 to 1.27.0

chore(deps): bump reviewdog/action-misspell from 1.26.0 to 1.27.0 #156

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@v6
- name: update go report card
uses: creekorful/goreportcard-action@v1.0