mirror of
				https://github.com/mastermindzh/rickvanlieshout.com
				synced 2025-11-04 10:40:09 +01:00 
			
		
		
		
	chore: add flow definitions to repo
This commit is contained in:
		@@ -19,22 +19,6 @@ jobs:
 | 
			
		||||
            - node_modules
 | 
			
		||||
          key: dependencies-{{ checksum "yarn.lock" }}
 | 
			
		||||
 | 
			
		||||
  flow-typed:
 | 
			
		||||
    <<: *defaults
 | 
			
		||||
    steps:
 | 
			
		||||
      - checkout
 | 
			
		||||
      - restore_cache:
 | 
			
		||||
          keys:
 | 
			
		||||
            - dependencies-{{ checksum "yarn.lock" }}
 | 
			
		||||
      - restore_cache:
 | 
			
		||||
          keys:
 | 
			
		||||
            - flow-typed-{{ checksum "yarn.lock" }}
 | 
			
		||||
      - run: yarn flow-typed
 | 
			
		||||
      - save_cache:
 | 
			
		||||
          paths:
 | 
			
		||||
            - flow-typed
 | 
			
		||||
          key: flow-typed-{{ checksum "yarn.lock" }}
 | 
			
		||||
 | 
			
		||||
  lint:
 | 
			
		||||
    <<: *defaults
 | 
			
		||||
    steps:
 | 
			
		||||
@@ -42,9 +26,6 @@ jobs:
 | 
			
		||||
      - restore_cache:
 | 
			
		||||
          keys:
 | 
			
		||||
            - dependencies-{{ checksum "yarn.lock" }}
 | 
			
		||||
      - restore_cache:
 | 
			
		||||
          keys:
 | 
			
		||||
            - flow-typed-{{ checksum "yarn.lock" }}
 | 
			
		||||
      - run: yarn lint
 | 
			
		||||
 | 
			
		||||
  test:
 | 
			
		||||
@@ -87,12 +68,8 @@ workflows:
 | 
			
		||||
  test:
 | 
			
		||||
    jobs:
 | 
			
		||||
      - install
 | 
			
		||||
      - flow-typed:
 | 
			
		||||
          requires:
 | 
			
		||||
            - install
 | 
			
		||||
      - lint:
 | 
			
		||||
          requires:
 | 
			
		||||
            - flow-typed
 | 
			
		||||
            - install
 | 
			
		||||
      - test:
 | 
			
		||||
          requires:
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user