ci: add lint and build in Node.js CI
This commit is contained in:
		
							
								
								
									
										6
									
								
								.github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								.github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							| @@ -34,5 +34,11 @@ jobs: | ||||
|       - name: 'Install dependencies' | ||||
|         run: 'npm install' | ||||
|  | ||||
|       - name: 'Lint' | ||||
|         run: 'npm run lint' | ||||
|  | ||||
|       - name: 'Build' | ||||
|         run: 'npm run build' | ||||
|  | ||||
|       - name: 'Run the tests' | ||||
|         run: 'npm test' | ||||
|   | ||||
		Reference in New Issue
	
	Block a user