Compare commits
	
		
			2 commits
		
	
	
		
			c3e114788c
			...
			d0c116cee1
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| d0c116cee1 | |||
| ee84a40872 | 
					 1 changed files with 16 additions and 0 deletions
				
			
		
							
								
								
									
										16
									
								
								.drone.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										16
									
								
								.drone.yml
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,16 @@ | |||
| kind: pipeline | ||||
| type: docker | ||||
| name: default | ||||
| steps: | ||||
|   - name: install | ||||
|     image: node:20-alpine | ||||
|     commands: | ||||
|       - apk add firefox | ||||
|       - npm run lint | ||||
|       - npm run build | ||||
|     when: | ||||
|       ref: | ||||
|         include: | ||||
|           - refs/head/master | ||||
|           - refs/head/feature/** | ||||
|           - refs/tags/** | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue