GitHub Action
Code review using misspell
v0.0.6
Latest version
Analyze code statically by using misspell in Github actions
Specify patterns by @actions/glob
(Multiple patterns can be specified by separating them with line feed)
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 the following corrections, comma separated
Changes the current working directory of the Node.js process
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
Bug reports and pull requests are welcome on GitHub at https://github.com/moneyforward/misspell-action
The gem is available as open source under the terms of the MIT License.