We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3be1d84 + 109ccd5 commit a756c33Copy full SHA for a756c33
action.yml
@@ -1,5 +1,8 @@
1
name: Python Lint Code Scanning Action
2
description: Runs a python linter of your choice, outputting SARIF
3
+branding:
4
+ icon: 'check-circle'
5
+ color: 'blue'
6
inputs:
7
linter:
8
description: 'The linter to use'
0 commit comments