Skip to content
search

GitHub Action

Code review using misspell

v0.0.6 Latest version

Code review using misspell

search

Code review using misspell

Analyze code statically using misspell in Github actions

Installation

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

              

- name: Code review using misspell

uses: moneyforward/misspell-action@v0.0.6

Learn more about this action in moneyforward/misspell-action

Choose a version

Code review using misspell

Analyze code statically by using misspell in Github actions

Inputs

files

Specify patterns by @actions/glob

(Multiple patterns can be specified by separating them with line feed)

locale

Correct spellings using locale perferances for US or UK. Default is to use a neutral variety of English. Setting locale to US will correct the British spelling of 'colour' to 'color'

ignore

ignore the following corrections, comma separated

working_directory

Changes the current working directory of the Node.js process

Example usage

name: Analyze code statically
"on": pull_request
jobs:
  misspell:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Analyze code statically using misspell
        uses: moneyforward/misspell-action@v0

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/moneyforward/misspell-action

License

The gem is available as open source under the terms of the MIT License.