Sha256: 26cd004ef1e7d11a6dc7844a88f92078162460a7cb7f5af2f964795809efc25b
Contents?: true
Size: 415 Bytes
Versions: 7
Compression:
Stored size: 415 Bytes
Contents
# frozen_string_literal: true module Cdtb # Generates the GitHub workflow that validates that the app has the migrations from all gems already installed class ValidateMigrationsCiGenerator < Rails::Generators::Base source_root File.expand_path("templates", __dir__) def copy_github_workflow_file copy_file "validate_migrations.yml", ".github/workflows/validate_migrations.yml" end end end
Version data entries
7 entries across 7 versions & 1 rubygems