Skip to content

Bump google-protobuf from 3.25.4 to 3.25.5 #8486

Bump google-protobuf from 3.25.4 to 3.25.5

Bump google-protobuf from 3.25.4 to 3.25.5 #8486

Workflow file for this run

name: Misspell
on: [push, pull_request]
jobs:
misspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: haya14busa/action-cond@v1
id: reporter
with:
cond: ${{ github.event_name == 'pull_request' }}
if_true: github-pr-review
if_false: github-check
- uses: reviewdog/action-misspell@v1
with:
reporter: ${{ steps.reporter.outputs.value }}
ignore: cancelled