Merge pull request #289 from danmacpherson/remove-menu-title #799
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: Spellcheck Action | |
on: [push, pull_request] | |
jobs: | |
build: | |
name: Spellcheck | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@master | |
- uses: rojopolis/spellcheck-github-actions@0.33.1 | |
name: Spellcheck | |
with: | |
config_path: .spellcheck.yml # put path to configuration file here | |
task_name: Markdown |