template/rubocop/.github/workflows/rubocop.yaml in bake-modernize-0.27.2 vs template/rubocop/.github/workflows/rubocop.yaml in bake-modernize-0.27.3

- old
+ new

@@ -7,29 +7,17 @@ env: CONSOLE_OUTPUT: XTerm jobs: - test: - name: ${{matrix.ruby}} on ${{matrix.os}} - runs-on: ${{matrix.os}}-latest + check: + runs-on: ubuntu-latest - strategy: - matrix: - os: - - ubuntu - - macos - - ruby: - - "3.1" - - "3.2" - - "3.3" - steps: - uses: actions/checkout@v4 - uses: ruby/setup-ruby@v1 with: - ruby-version: ${{matrix.ruby}} + ruby-version: ruby bundler-cache: true - name: Run RuboCop timeout-minutes: 10 run: bundle exec rubocop