method

cifiles

cifiles()
public

No documentation available.

# File railties/lib/rails/generators/rails/plugin/plugin_generator.rb, line 69
    def cifiles
      empty_directory ".github/workflows"
      template "github/ci.yml", ".github/workflows/ci.yml"
      template "github/dependabot.yml", ".github/dependabot.yml"
    end