File tree 3 files changed +411
-0
lines changed
3 files changed +411
-0
lines changed Original file line number Diff line number Diff line change 20
20
- checkout
21
21
- solidusio_extensions/run-tests-solidus-master
22
22
- solidusio_extensions/store-test-results
23
+
23
24
run-specs-with-mysql :
24
25
executor :
25
26
name : solidusio_extensions/mysql
@@ -40,13 +41,20 @@ jobs:
40
41
- solidusio_extensions/run-tests-solidus-older
41
42
- solidusio_extensions/store-test-results
42
43
44
+ lint-code :
45
+ executor : solidusio_extensions/sqlite-memory
46
+ steps :
47
+ - browser-tools/install-browser-tools
48
+ - solidusio_extensions/lint-code
43
49
44
50
workflows :
45
51
" Run specs on supported Solidus versions " :
46
52
jobs :
47
53
- run-specs-with-postgres
48
54
- run-specs-with-mysql
49
55
- run-specs-with-sqlite
56
+ - lint-code
57
+
50
58
" Weekly run specs against master " :
51
59
triggers :
52
60
- schedule :
Original file line number Diff line number Diff line change
1
+ inherit_from : .rubocop_todo.yml
2
+
1
3
require :
2
4
- solidus_dev_support/rubocop
5
+
6
+ AllCops :
7
+ NewCops : disable
You can’t perform that action at this time.
0 commit comments