mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-25 19:53:21 +02:00
fix: add flow-typed
This commit is contained in:
@@ -19,6 +19,15 @@ jobs:
|
||||
- node_modules
|
||||
key: dependencies-{{ checksum "yarn.lock" }}
|
||||
|
||||
flow-typed:
|
||||
<< *defaults
|
||||
steps:
|
||||
- checkout
|
||||
- restore_cache:
|
||||
keys:
|
||||
- dependencies-{{ checksum "yarn.lock" }}
|
||||
- run: yarn flow-typed
|
||||
|
||||
lint:
|
||||
<<: *defaults
|
||||
steps:
|
||||
@@ -68,8 +77,12 @@ workflows:
|
||||
test:
|
||||
jobs:
|
||||
- install
|
||||
- flow-typed:
|
||||
requires:
|
||||
- install
|
||||
- lint:
|
||||
requires:
|
||||
- flow-typed
|
||||
- install
|
||||
- test:
|
||||
requires:
|
||||
|
Reference in New Issue
Block a user