Skip to content

Commit

Permalink
Action.yml: add icon & color
Browse files Browse the repository at this point in the history
  • Loading branch information
stscoundrel authored Jan 29, 2022
1 parent 9c18407 commit 3c64b20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
name: 'Alliser Action'
description: 'Run Alliser file checker'
icon: 'check-square'
color: 'black'
inputs:
extensions:
description: 'Comma seperated list of extensions to allow. No spaces. Eg. .ts,.tsx'
Expand All @@ -11,4 +13,4 @@ inputs:
default: 'src'
runs:
using: 'node16'
main: 'dist/index.js'
main: 'dist/index.js'

0 comments on commit 3c64b20

Please sign in to comment.