You've already forked setup-python
							
							
				mirror of
				https://github.com/actions/setup-python.git
				synced 2025-11-04 16:56:40 +07:00 
			
		
		
		
	Address YAML linting errors
This commit is contained in:
		@ -1,9 +1,10 @@
 | 
			
		||||
---
 | 
			
		||||
name: 'Setup Python'
 | 
			
		||||
description: 'Set up a specific version of Python and add the command-line tools to the PATH'
 | 
			
		||||
description: 'Set up a specific version of Python and add the command-line tools to the PATH.'
 | 
			
		||||
author: 'GitHub'
 | 
			
		||||
inputs:
 | 
			
		||||
  python-version:
 | 
			
		||||
    description: 'Version range or exact version of a Python version to use, using semvers version range syntax.'
 | 
			
		||||
    description: 'Version range or exact version of a Python version to use, using SemVer's version range syntax.'
 | 
			
		||||
    default: '3.x'
 | 
			
		||||
  architecture:
 | 
			
		||||
    description: 'The target architecture (x86, x64) of the Python interpreter.'
 | 
			
		||||
@ -13,4 +14,4 @@ runs:
 | 
			
		||||
  main: 'dist/index.js'
 | 
			
		||||
branding:
 | 
			
		||||
  icon: 'code'
 | 
			
		||||
  color: 'yellow'
 | 
			
		||||
  color: 'yellow'
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user