Skip to content

Commit 255039c

Browse files
committed
revert(ci): added separate lint step back
1 parent f27801f commit 255039c

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.circleci/config.yml

+11-1
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,18 @@ jobs:
4444
- run: date
4545
- run: *yarn
4646
- save_cache: *save-cache
47-
- run: *lint
4847
- persist_to_workspace:
4948
root: .
5049
paths:
5150
- .
5251

52+
lint:
53+
<<: *defaults
54+
steps:
55+
- attach_workspace:
56+
at: ~/auto-release
57+
- run: *lint
58+
5359
test:
5460
<<: *defaults
5561
steps:
@@ -102,6 +108,10 @@ workflows:
102108
jobs:
103109
- install
104110

111+
- lint:
112+
requires:
113+
- install
114+
105115
- test:
106116
requires:
107117
- install

0 commit comments

Comments
 (0)