Skip to content

Commit

Permalink
add action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu09 committed Dec 30, 2020
0 parents commit b2b3b8f
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: 'Char count'
description: 'Count the number of characters and comment on a pull request'
inputs:
token:
description: 'The GitHub Token'
required: true
patterns:
description: 'Glob patterns to search files.'
required: true
runs:
using: 'node12'
main: 'dist/index.js'
branding:
icon: message-square
color: blue

0 comments on commit b2b3b8f

Please sign in to comment.