Skip to content

Commit e0fd1c9

Browse files
committed
adding action icon and colors.
1 parent 2470f9c commit e0fd1c9

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

action.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,8 @@ runs:
1818
run: |
1919
CMD="shellcheck ${{ inputs.path }} ${{ inputs.args }}"
2020
echo "Running: $CMD"
21-
eval $CMD
21+
eval $CMD
22+
23+
branding:
24+
icon: trending-up
25+
color: blue

0 commit comments

Comments
 (0)