No known key found for this signature in database
GPG Key ID: 51D5A407BFCE64A9
1 changed files with
10 additions and
0 deletions
-
.circleci/config.yml
|
|
@ -26,6 +26,14 @@ jobs: |
|
|
<<: *test |
|
|
<<: *test |
|
|
docker: |
|
|
docker: |
|
|
- image: node:10 |
|
|
- image: node:10 |
|
|
|
|
|
prettier: |
|
|
|
|
|
<<: *test |
|
|
|
|
|
steps: |
|
|
|
|
|
- checkout |
|
|
|
|
|
- *yarn_install |
|
|
|
|
|
- run: |
|
|
|
|
|
name: Check prettier |
|
|
|
|
|
command: yarn format:check |
|
|
cache: |
|
|
cache: |
|
|
<<: *test |
|
|
<<: *test |
|
|
steps: |
|
|
steps: |
|
|
@ -54,6 +62,7 @@ workflows: |
|
|
- node-latest |
|
|
- node-latest |
|
|
- node-12 |
|
|
- node-12 |
|
|
- node-10 |
|
|
- node-10 |
|
|
|
|
|
- prettier |
|
|
- cache: |
|
|
- cache: |
|
|
filters: |
|
|
filters: |
|
|
tags: |
|
|
tags: |
|
|
@ -65,6 +74,7 @@ workflows: |
|
|
- node-latest |
|
|
- node-latest |
|
|
- node-12 |
|
|
- node-12 |
|
|
- node-10 |
|
|
- node-10 |
|
|
|
|
|
- prettier |
|
|
filter: |
|
|
filter: |
|
|
branches: |
|
|
branches: |
|
|
only: master |
|
|
only: master |