We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84f773f commit dbdc268Copy full SHA for dbdc268
railties/lib/rails/generators/rails/app/templates/github/ci.yml.tt
@@ -22,9 +22,9 @@ jobs:
22
23
- name: Scan for security vulnerabilities in Ruby dependencies
24
run: bin/brakeman --no-pager
25
+
26
<% end -%>
27
<%- if options[:javascript] == "importmap" -%>
-
28
scan_js:
29
runs-on: ubuntu-latest
30
@@ -40,9 +40,9 @@ jobs:
40
41
- name: Scan for security vulnerabilities in JavaScript dependencies
42
run: bin/importmap audit
43
44
45
<%- unless skip_rubocop? -%>
46
lint:
47
48
steps:
@@ -57,8 +57,8 @@ jobs:
57
58
- name: Lint code for consistent style
59
run: bin/rubocop -f github
60
-<% end -%>
61
+<% end -%>
62
test:
63
64
0 commit comments