Sha256: ea486195375c4e313bef4542cc62b2548b2633c343e8856b0c68a7e1762bf3bf
Contents?: true
Size: 387 Bytes
Versions: 37
Compression:
Stored size: 387 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add GitHub Actions continuous integration class ContinuousIntegration < AddOn def apply say 'continuous integration - Setup GitHub Actions' template('github/workflows/build.yml.erb', '.github/workflows/build.yml') end end end end
Version data entries
37 entries across 37 versions & 1 rubygems