Jump on last major release as a minimal requirement #22
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |