Skip to content

Commit dcf829d

Browse files
committed
Merge branch 'master' of github.com:marian-code/pyaction
2 parents 2e0d919 + 0ddb6a4 commit dcf829d

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"
@@ -112,4 +113,4 @@ runs:
112113
${{ inputs.extra-vulture-options }}
113114
${{ inputs.extra-pydocstyle-options }}
114115
shell: bash
115-
name: Lint
116+
name: Lint

0 commit comments

Comments
 (0)