typos/action.yml
Vanessasaurus 7d09c5a4bf
feat(ci): adding github action to use typos to check spelling (#267)
Signed-off-by: vsoch <vsoch@users.noreply.github.com>

Co-authored-by: vsoch <vsoch@users.noreply.github.com>
2021-05-31 19:42:45 -05:00

33 lines
690 B
YAML

name: "typos-action"
author: "Vanessa Sochat"
description: "Run typos to check spelling in GitHub actions"
inputs:
files:
description: "Files or patterns to check"
required: false
extend_identifiers:
description: "Comma separated list of extend identifiers, like someone's name"
required: false
extend_words:
description: "Comma separated list of extend words."
required: false
isolated:
description: "Ignore implicit configuration files"
required: false
default: false
config:
description: "Use a custom config file."
required: false
runs:
using: "docker"
image: "docker/Dockerfile"
branding:
icon: "link"
color: "blue"