mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-29 00:28:38 +08:00 
			
		
		
		
	 08c6903cd8
			
		
	
	
		08c6903cd8
		
			
		
	
	
	
		
			
	
		
	
	
		
			Some checks failed
		
		
	
	Check dist / check-dist (push) Successful in 2m43s
				
			Licensed / Check licenses (push) Successful in 1m37s
				
			Build and Test / test-proxy (push) Failing after 16s
				
			Build and Test / test (ubuntu-latest) (push) Failing after 18s
				
			CodeQL / Analyze (javascript) (push) Failing after 3m22s
				
			Build and Test / test-bypass-proxy (push) Failing after 42s
				
			Build and Test / test-output (push) Failing after 19s
				
			Build and Test / test-git-container (push) Failing after 1m23s
				
			Build and Test / build (push) Failing after 1m59s
				
			Build and Test / test (macos-latest) (push) Has been cancelled
				
			Build and Test / test (windows-latest) (push) Has been cancelled
				
			
		
			
				
	
	
		
			56 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			56 lines
		
	
	
		
			1.5 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
|   "name": "checkout",
 | |
|   "version": "5.0.0",
 | |
|   "description": "checkout action",
 | |
|   "main": "lib/main.js",
 | |
|   "scripts": {
 | |
|     "build": "tsc && ncc build && node lib/misc/generate-docs.js",
 | |
|     "format": "prettier --write '**/*.ts'",
 | |
|     "format-check": "prettier --check '**/*.ts'",
 | |
|     "lint": "eslint src/**/*.ts",
 | |
|     "test": "jest",
 | |
|     "licensed-check": "src/misc/licensed-check.sh",
 | |
|     "licensed-generate": "src/misc/licensed-generate.sh"
 | |
|   },
 | |
|   "repository": {
 | |
|     "type": "git",
 | |
|     "url": "git+https://github.com/actions/checkout.git"
 | |
|   },
 | |
|   "keywords": [
 | |
|     "github",
 | |
|     "actions",
 | |
|     "checkout"
 | |
|   ],
 | |
|   "author": "GitHub",
 | |
|   "license": "MIT",
 | |
|   "bugs": {
 | |
|     "url": "https://github.com/actions/checkout/issues"
 | |
|   },
 | |
|   "homepage": "https://github.com/actions/checkout#readme",
 | |
|   "dependencies": {
 | |
|     "@actions/core": "^1.10.1",
 | |
|     "@actions/exec": "^1.1.1",
 | |
|     "@actions/github": "^6.0.0",
 | |
|     "@actions/io": "^1.1.3",
 | |
|     "@actions/tool-cache": "^2.0.1",
 | |
|     "uuid": "^9.0.1"
 | |
|   },
 | |
|   "devDependencies": {
 | |
|     "@types/jest": "^29.5.12",
 | |
|     "@types/node": "^24.1.0",
 | |
|     "@types/uuid": "^9.0.8",
 | |
|     "@typescript-eslint/eslint-plugin": "^7.9.0",
 | |
|     "@typescript-eslint/parser": "^7.9.0",
 | |
|     "@vercel/ncc": "^0.38.1",
 | |
|     "eslint": "^8.57.0",
 | |
|     "eslint-plugin-github": "^4.10.2",
 | |
|     "eslint-plugin-jest": "^28.8.2",
 | |
|     "jest": "^29.7.0",
 | |
|     "jest-circus": "^29.7.0",
 | |
|     "js-yaml": "^4.1.0",
 | |
|     "prettier": "^3.3.3",
 | |
|     "ts-jest": "^29.2.5",
 | |
|     "typescript": "^5.5.4"
 | |
|   }
 | |
| }
 |