Skip to content

Commit 0ddb6a4

Browse files
authored
Update action.yml
1 parent 5cf26ad commit 0ddb6a4

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
name: "Python-lint-annotate: maintain code quality with annotated PRs and pushes"
22
description: "Zero-configuration GitHub Action to maintain code quality with push and PR annotations."
3-
icon: "alert-triangle"
4-
color: "yellow"
3+
branding:
4+
icon: "alert-triangle"
5+
color: "yellow"
56
inputs:
67
python-root-list:
78
description: "A list of all paths to test"
@@ -109,4 +110,4 @@ runs:
109110
${{ inputs.extra-vulture-options }}
110111
${{ inputs.extra-pydocstyle-options }}
111112
shell: bash
112-
name: Lint
113+
name: Lint

0 commit comments

Comments
 (0)