mirror of
				https://github.com/excalidraw/excalidraw.git
				synced 2025-10-31 02:44:50 +01:00 
			
		
		
		
	Add node worklow
This commit is contained in:
		
							
								
								
									
										41
									
								
								.github/workflows → .github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										41
									
								
								.github/workflows → .github/workflows/nodejs.yml
									
									
									
									
										vendored
									
									
								
							| @@ -1,20 +1,21 @@ | ||||
| name: Node.js CI | ||||
| 
 | ||||
| on: [push] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
| 
 | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v1 | ||||
|     - uses: actions/setup-node@v1 | ||||
|       with: | ||||
|         node-version: 12.x | ||||
|     - run: npm install | ||||
|     - run: npm run build | ||||
|     - run: npm run lint | ||||
|     - run: npm test | ||||
|       env: | ||||
|         CI: true | ||||
| name: Node CI | ||||
| 
 | ||||
| on: [push] | ||||
| 
 | ||||
| jobs: | ||||
|   build: | ||||
| 
 | ||||
|     runs-on: ubuntu-latest | ||||
| 
 | ||||
|     steps: | ||||
|     - uses: actions/checkout@v1 | ||||
|     - uses: actions/setup-node@v1 | ||||
|       with: | ||||
|         node-version: 12.x | ||||
|     - name: npm install, build, and test | ||||
|       run: | | ||||
|         npm ci | ||||
|         npm run lint | ||||
|         npm test | ||||
|       env: | ||||
|         CI: true | ||||
							
								
								
									
										14767
									
								
								package-lock.json
									
									
									
										generated
									
									
									
										Normal file
									
								
							
							
						
						
									
										14767
									
								
								package-lock.json
									
									
									
										generated
									
									
									
										Normal file
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							
		Reference in New Issue
	
	Block a user
	 Giovanni Giordano
					Giovanni Giordano