8000 Address YAML linting errors · cnfun/setup-python@c63dffb · GitHub
[go: up one dir, main page]

Skip to content

Commit c63dffb

Browse files
committed
Address YAML linting errors
1 parent 5e1c8c0 commit c63dffb

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1+
---
12
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.'
34
author: 'GitHub'
45
inputs:
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.'
@@ -13,4 +14,4 @@ runs:
1314
main: 'dist/index.js'
1415
branding:
1516
icon: 'code'
16-
color: 'yellow'
17+
color: 'yellow'

yaml-lint-config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
extends: default
22

33
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
55
line-length:
6-
max: 80
6+
max: 120
77
level: warning

0 commit comments

Comments
 (0)
0