mirror of
				https://github.com/actions/setup-node.git
				synced 2025-11-01 00:23:59 +08:00 
			
		
		
		
	Add auth and ci
This commit is contained in:
		
							
								
								
									
										21
									
								
								.github/main.workflow
									
									
									
									
										vendored
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								.github/main.workflow
									
									
									
									
										vendored
									
									
										Normal file
									
								
							| @@ -0,0 +1,21 @@ | ||||
| workflow "CI" { | ||||
|   on = "push" | ||||
|   resolves = ["Format", "Build"] | ||||
| } | ||||
|  | ||||
| action "Dependencies" { | ||||
|   uses = "actions/npm@v2.0.0" | ||||
|   args = "ci" | ||||
| } | ||||
|  | ||||
| action "Build" { | ||||
|   needs = "Dependencies" | ||||
|   uses = "actions/npm@v2.0.0" | ||||
|   args = "run build" | ||||
| } | ||||
|  | ||||
| action "Format" { | ||||
|   needs = "Dependencies" | ||||
|   uses = "actions/npm@v2.0.0" | ||||
|   args = "run format-check" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Danny McCormick
					Danny McCormick