Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hakancelikdev authored Jul 29, 2022
1 parent c112798 commit 223968e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
# action.yml
name: "unimport"
description: "Get rid of all unused imports 🥳"
icon: check
color: red

inputs:
extra_args:
description: "options to pass to unimport run"
Expand All @@ -15,3 +14,6 @@ runs:
shell: bash
- run: unimport --color auto --gitignore --ignore-init ${{ inputs.extra_args }}
shell: bash
branding:
icon: 'check'
color: 'red'

0 comments on commit 223968e

Please sign in to comment.