File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6565 # Test
6666 - run :
6767 name : Run All Lint Checks
68- command : yarn nx run-many --target=lint --all --parallel
68+ command : yarn nx run-many --target=lint --all
6969
7070 lint-affected :
7171 << : *run_in_node
8080 - write_master_hash
8181 - run :
8282 name : Run Affected Lint Checks
83- command : yarn nx affected:lint --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1 --parallel
83+ command : yarn nx affected:lint --base=$(cat ~/project/master.txt) --head=$CIRCLE_SHA1
8484
8585 # Enforce some static analysis invariants.
8686 # Note that generally, these should be checked only on the delta in each change,
@@ -252,7 +252,7 @@ jobs:
252252 steps :
253253 - add_ssh_keys :
254254 fingerprints :
255- - " c9:c2:b4:5e:13:23:b6:6d:d8:29:3e:68:c6:40:9c:ec"
255+ - ' c9:c2:b4:5e:13:23:b6:6d:d8:29:3e:68:c6:40:9c:ec'
256256 - checkout :
257257 path : ~/docs
258258 - restore_cache :
@@ -297,7 +297,7 @@ jobs:
297297 steps :
298298 - add_ssh_keys :
299299 fingerprints :
300- - " c9:c2:b4:5e:13:23:b6:6d:d8:29:3e:68:c6:40:9c:ec"
300+ - ' c9:c2:b4:5e:13:23:b6:6d:d8:29:3e:68:c6:40:9c:ec'
301301 - checkout
302302 - restore_cache :
303303 keys :
@@ -345,7 +345,7 @@ jobs:
345345 steps :
346346 - add_ssh_keys :
347347 fingerprints :
348- - " c9:c2:b4:5e:13:23:b6:6d:d8:29:3e:68:c6:40:9c:ec"
348+ - ' c9:c2:b4:5e:13:23:b6:6d:d8:29:3e:68:c6:40:9c:ec'
349349 - checkout
350350 - restore_cache :
351351 keys :
You can’t perform that action at this time.
0 commit comments