File tree 2 files changed +6
-5
lines changed 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change
1
+ ---
1
2
name : ' Setup Python'
2
- description : ' Set up a specific version of Python and add the command-line tools to the PATH'
3
+ description : ' Set up a specific version of Python and add the command-line tools to the PATH. '
3
4
author : ' GitHub'
4
5
inputs :
5
6
python-version :
6
- description : ' Version range or exact version of a Python version to use, using semvers version range syntax.'
7
+ description : ' Version range or exact version of a Python version to use, using SemVer ' s version range syntax.'
7
8
default : ' 3.x'
8
9
architecture :
9
10
description : ' The target architecture (x86, x64) of the Python interpreter.'
13
14
main : ' dist/index.js'
14
15
branding :
15
16
icon : ' code'
16
- color : ' yellow'
17
+ color : ' yellow'
Original file line number Diff line number Diff line change 1
1
extends : default
2
2
3
3
rules :
4
- # 80 chars should be enough, but don't fail if a line is longer
4
+ # 120 chars should be enough, but don't fail if a line is longer
5
5
line-length :
6
- max : 80
6
+ max : 120
7
7
level : warning
You can’t perform that action at this time.
0 commit comments