oops actually use npm run check
This commit is contained in:
		
							parent
							
								
									76fa9bbe00
								
							
						
					
					
						commit
						ab228748ab
					
				
					 1 changed files with 2 additions and 1 deletions
				
			
		
							
								
								
									
										3
									
								
								.github/workflows/ci.yaml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								.github/workflows/ci.yaml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -29,8 +29,9 @@ jobs:
 | 
				
			||||||
            ${{ runner.os }}-node-
 | 
					            ${{ runner.os }}-node-
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - run: npm ci
 | 
					      - run: npm ci
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Check types and style
 | 
					      - name: Check types and style
 | 
				
			||||||
        run: npm check
 | 
					        run: npm run check
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      - name: Test
 | 
					      - name: Test
 | 
				
			||||||
        run: npm test
 | 
					        run: npm test
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue