We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2470f9c commit e0fd1c9Copy full SHA for e0fd1c9
1 file changed
action.yaml
@@ -18,4 +18,8 @@ runs:
18
run: |
19
CMD="shellcheck ${{ inputs.path }} ${{ inputs.args }}"
20
echo "Running: $CMD"
21
- eval $CMD
+ eval $CMD
22
+
23
+branding:
24
+ icon: trending-up
25
+ color: blue
0 commit comments