Skip to content
info

GitHub Action

Check Spelling (JS, Vue, HTML, Markdown, Text)

0.4.0 Latest version

Check Spelling (JS, Vue, HTML, Markdown, Text)

info

Check Spelling (JS, Vue, HTML, Markdown, Text)

Check spelling in a repo

Installation

Copy and paste the following snippet into your .yml file.

              

- name: Check Spelling (JS, Vue, HTML, Markdown, Text)

uses: UnicornGlobal/[email protected]

Learn more about this action in UnicornGlobal/spellcheck-github-actions

Choose a version

spellcheck-github-actions

A Github Action that spell checks JavaScript, Vue, Markdown, HTML, and Text files.

This action uses PySpelling to check source files in the project.

Configuration

If your repo contains spellcheck.yaml it will be used instead of the default config. See https://facelessuser.github.io/pyspelling/configuration/ for options.

Upstream

Based on rojopolis/spellcheck-github-actions

That repo was not working for us so we made this fork