yuv422 / word-count-action

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Word Count JavaScript action

This action counts the number of words provided.

Inputs

words

Required The string of words to count. Default "one two three"

Outputs

count

The number of words

Example usage

uses: ryanbraganza/word-count-action@v6
with:
  words: 'Stay inside. Do not go out.'

About

License:MIT License


Languages

Language:JavaScript 100.0%