We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27801f commit 255039cCopy full SHA for 255039c
.circleci/config.yml
@@ -44,12 +44,18 @@ jobs:
44
- run: date
45
- run: *yarn
46
- save_cache: *save-cache
47
- - run: *lint
48
- persist_to_workspace:
49
root: .
50
paths:
51
- .
52
+ lint:
53
+ <<: *defaults
54
+ steps:
55
+ - attach_workspace:
56
+ at: ~/auto-release
57
+ - run: *lint
58
+
59
test:
60
<<: *defaults
61
steps:
@@ -102,6 +108,10 @@ workflows:
102
108
jobs:
103
109
- install
104
110
111
+ - lint:
112
+ requires:
113
+ - install
114
105
115
- test:
106
116
requires:
107
117
0 commit comments