NOTE: This is a MVP version; I would appreciete any suggest or feedback β€οΈ.
This action is a wrapper of Yaspeller. It searches typos in your files and provides corrections.
Currently, this action requires three parameters, namely
This is file extensions, e.g. .md,.html
.
This specifies the directory of our written content for the checking.
You can also specify a dicionary for special words.
on: [push]
jobs:
proofreading:
runs-on: ubuntu-latest
name: Proofreading
steps:
# To use this repository's private action, you must check out the repository
- name: Checkout
uses: actions/checkout@v2
- name: Yaspeller Action
uses: heytitle/github-action-yaspeller/v0.0.7
with:
ext: "*.md"
dir: "./test-files/good"