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.
2 parents 2e0d919 + 0ddb6a4 commit dcf829dCopy full SHA for dcf829d
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"
@@ -112,4 +113,4 @@ runs:
112
113
${{ inputs.extra-vulture-options }}
114
${{ inputs.extra-pydocstyle-options }}
115
shell: bash
- name: Lint
116
+ name: Lint
0 commit comments