From caa6bcc91f1c3070d704474d791d264993b55194 Mon Sep 17 00:00:00 2001 From: Jerome Dalbert Date: Mon, 28 Oct 2024 23:47:41 -0700 Subject: [PATCH] [rubygems/rubygems] Indent github workflow steps for generated gems https://github.com/rubygems/rubygems/commit/a1784e2efa --- .../newgem/github/workflows/main.yml.tt | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/lib/bundler/templates/newgem/github/workflows/main.yml.tt b/lib/bundler/templates/newgem/github/workflows/main.yml.tt index 32b39558d8..d1b5ae0534 100644 --- a/lib/bundler/templates/newgem/github/workflows/main.yml.tt +++ b/lib/bundler/templates/newgem/github/workflows/main.yml.tt @@ -17,21 +17,21 @@ jobs: - '<%= RUBY_VERSION %>' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v4 <%- if config[:ext] == 'rust' -%> - - name: Set up Ruby & Rust - uses: oxidize-rb/actions/setup-ruby-and-rust@v1 - with: - ruby-version: ${{ matrix.ruby }} - bundler-cache: true - cargo-cache: true - rubygems: '<%= ::Gem.rubygems_version %>' + - name: Set up Ruby & Rust + uses: oxidize-rb/actions/setup-ruby-and-rust@v1 + with: + ruby-version: ${{ matrix.ruby }} + bundler-cache: true + cargo-cache: true + rubygems: '<%= ::Gem.rubygems_version %>' <%- else -%> - - name: Set up Ruby - uses: ruby/setup-ruby@v1 - with: - ruby-version: ${{ matrix.ruby }} - bundler-cache: true + - name: Set up Ruby + uses: ruby/setup-ruby@v1 + with: + ruby-version: ${{ matrix.ruby }} + bundler-cache: true <%- end -%> - - name: Run the default task - run: bundle exec rake + - name: Run the default task + run: bundle exec rake