File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 1+ ---
12name : ' 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. '
34author : ' GitHub'
45inputs :
56 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.'
78 default : ' 3.x'
89 architecture :
910 description : ' The target architecture (x86, x64) of the Python interpreter.'
1314 main : ' dist/index.js'
1415branding :
1516 icon : ' code'
16- color : ' yellow'
17+ color : ' yellow'
Original file line number Diff line number Diff line change 11extends : default
22
33rules :
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
55 line-length :
6- max : 80
6+ max : 120
77 level : warning
You can’t perform that action at this time.
0 commit comments