mirror of
				https://github.com/ButlerLogic/action-autotag.git
				synced 2025-10-31 07:16:25 +07:00 
			
		
		
		
	Add testable package.json file
This commit is contained in:
		| @ -45,5 +45,3 @@ outputs: | ||||
| runs: | ||||
|   using: 'docker' | ||||
|   image: 'Dockerfile' | ||||
|   args: | ||||
|     - "npm start" | ||||
|  | ||||
							
								
								
									
										21
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										21
									
								
								package.json
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,21 @@ | ||||
| { | ||||
|   "name": "action-autotag-test", | ||||
|   "version": "1.0.0", | ||||
|   "description": "This is a test file for the action.", | ||||
|   "main": "index.js", | ||||
|   "dependencies": {}, | ||||
|   "devDependencies": {}, | ||||
|   "scripts": { | ||||
|     "test": "echo \"Error: no test specified\" && exit 1" | ||||
|   }, | ||||
|   "repository": { | ||||
|     "type": "git", | ||||
|     "url": "git+https://github.com/ButlerLogic/action-autotag.git" | ||||
|   }, | ||||
|   "author": "", | ||||
|   "license": "ISC", | ||||
|   "bugs": { | ||||
|     "url": "https://github.com/ButlerLogic/action-autotag/issues" | ||||
|   }, | ||||
|   "homepage": "https://github.com/ButlerLogic/action-autotag#readme" | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Corey Butler
					Corey Butler