Sha256: ca5f8ef41b18017d6467067e8561cdb8f8a757bb71bbc0f8350bbef51c85d617
Contents?: true
Size: 406 Bytes
Versions: 5
Compression:
Stored size: 406 Bytes
Contents
# frozen_string_literal: true module RailsAppGenerator # Custom add-ons for RailsAppGenerator module AddOns # Add GitHub Actions continuous integration class ContinuousIntegration < RailsAppGenerator::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
5 entries across 5 versions & 1 rubygems