rubytr / ruby-tr

Ruby Türkiye Topluluk Sitesi
https://rubyturkiye.org/
MIT License
50 stars 36 forks source link

Simplify Github Actions workflows #170

Closed paracycle closed 2 years ago

paracycle commented 2 years ago

ruby/setup-ruby can already do bundle install and cache the installed bundle with a simple bundler-cache: true, so no need to have complex steps to do caching ourselves.

Ref: https://github.com/ruby/setup-ruby#caching-bundle-install-automatically