Update validate-typescript.yml
This commit is contained in:
		
							
								
								
									
										2
									
								
								.github/workflows/validate-typescript.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								.github/workflows/validate-typescript.yml
									
									
									
									
										vendored
									
									
								
							| @@ -34,11 +34,13 @@ jobs: | ||||
|     - name: Install modules (example/) | ||||
|       run: yarn example | ||||
|   tsc: | ||||
|     runs-on: ubuntu-latest | ||||
|     needs: node_modules | ||||
|     steps: | ||||
|     - name: Run TypeScript | ||||
|       run: npx tsc | ||||
|   eslint: | ||||
|     runs-on: ubuntu-latest | ||||
|     needs: node_modules | ||||
|     steps: | ||||
|     - name: Run ESLint | ||||
|   | ||||
		Reference in New Issue
	
	Block a user