300 update massawallet faq how to update my wallet #551
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: spellchecker | |
on: | |
pull_request: | |
branches: | |
- main | |
jobs: | |
misspell: | |
name: runner / misspell | |
runs-on: ubuntu-latest | |
steps: | |
- name: Check out code. | |
uses: actions/checkout@v1 | |
- name: misspell | |
id: check_for_typos | |
uses: reviewdog/action-misspell@v1 | |
with: | |
path: "./docs" | |
locale: "US" |