We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cf26ad commit 0ddb6a4Copy full SHA for 0ddb6a4
action.yml
@@ -1,7 +1,8 @@
1
name: "Python-lint-annotate: maintain code quality with annotated PRs and pushes"
2
description: "Zero-configuration GitHub Action to maintain code quality with push and PR annotations."
3
-icon: "alert-triangle"
4
-color: "yellow"
+branding:
+ icon: "alert-triangle"
5
+ color: "yellow"
6
inputs:
7
python-root-list:
8
description: "A list of all paths to test"
@@ -109,4 +110,4 @@ runs:
109
110
${{ inputs.extra-vulture-options }}
111
${{ inputs.extra-pydocstyle-options }}
112
shell: bash
- name: Lint
113
+ name: Lint
0 commit comments