templates/.github/workflows/ci.yml.erb in foobara-empty-ruby-project-generator-0.0.4 vs templates/.github/workflows/ci.yml.erb in foobara-empty-ruby-project-generator-0.0.5

- old
+ new

@@ -11,9 +11,10 @@ ci: runs-on: ubuntu-latest name: RSpec and Rubocop timeout-minutes: 3 steps: + - uses: actions/checkout@v3 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ env.ruby_version }} bundler-cache: true