method
cifiles
v8.0.0 -
Show latest stable
- Class:
Rails::AppBuilder
cifiles()public
No documentation available.
# File railties/lib/rails/generators/rails/app/app_generator.rb, line 86
def cifiles
empty_directory ".github/workflows"
template "github/ci.yml", ".github/workflows/ci.yml"
template "github/dependabot.yml", ".github/dependabot.yml"
end