Skip to content

Commit 0ed0021

Browse files
[core] Apply yml convention, blank line only at top level
1 parent 886bae5 commit 0ed0021

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.circleci/config.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -335,39 +335,29 @@ workflows:
335335
jobs:
336336
- checkout:
337337
<<: *default-context
338-
339338
- test_unit:
340339
<<: *default-context
341-
342340
- test_browser:
343341
<<: *default-context
344-
345342
- test_lint:
346343
<<: *default-context
347-
348344
- test_static:
349345
<<: *default-context
350-
351346
- test_types:
352347
<<: *default-context
353-
354348
- test_e2e:
355349
<<: *default-context
356-
357350
- test_regressions:
358351
<<: *default-context
359-
360352
- run_danger:
361353
<<: *default-context
362-
363354
e2e-website:
364355
when:
365356
equal: [e2e-website, << pipeline.parameters.workflow >>]
366357
jobs:
367358
- checkout:
368359
<<: *default-context
369360
- test_e2e_website
370-
371361
additional-tests:
372362
when:
373363
and:
@@ -393,7 +383,6 @@ workflows:
393383
<<: *default-context
394384
name: test_e2e_additional
395385
react-version: << pipeline.parameters.with-react-version >>
396-
397386
additional-checks:
398387
when:
399388
and:

0 commit comments

Comments
 (0)