Skip to content

Re-generate protobuf files to be compatible with google-protobuf v4.x (again) #23

Re-generate protobuf files to be compatible with google-protobuf v4.x (again)

Re-generate protobuf files to be compatible with google-protobuf v4.x (again) #23

name: protobuf_nested_struct_mutate
on:
workflow_dispatch:
repository_dispatch:
types:
- script
push:
pull_request:
types:
- opened
- reopened
jobs:
mutate:
runs-on: ubuntu-latest
timeout-minutes: 120
env:
RUBYOPT: "--enable-frozen-string-literal"
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: test -e Gemfile.lock
- uses: ruby/setup-ruby@v1
with:
ruby-version: ruby-3.4
bundler-cache: true
- run: bin/mutant run