Skip to content

Commit df0bf6b

Browse files
CI Generator: Fix indentation and linting violations.
Follow-up to #1172 Fixes indentation ensuring a valid syntax. Also fixes linting violations raised by `yarn lint`.
1 parent 5f90074 commit df0bf6b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

lib/generators/templates/ci/ci.yml.tt

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,9 +130,9 @@ jobs:
130130
DATABASE_URL: postgres://postgres:postgres@localhost:5432
131131
# REDIS_URL: redis://localhost:6379/0
132132
<%- if using_rspec? -%>
133-
run: bin/rails db:setup spec
133+
run: bin/rails db:setup spec
134134
<%- else -%>
135-
run: bin/rails db:setup test test:system
135+
run: bin/rails db:setup test test:system
136136
<%- end -%>
137137

138138
- name: Keep screenshots from failed system tests
+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2
22
updates:
3-
- package-ecosystem: bundler
4-
directory: "/"
5-
schedule:
6-
interval: daily
7-
open-pull-requests-limit: 10
3+
- package-ecosystem: bundler
4+
directory: '/'
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10

0 commit comments

Comments
 (0)