Merge pull request #4143 from forkiesassds/patch-1 #652
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: Checking for spelling errors | |
on: | |
push: | |
jobs: | |
spellcheck: | |
name: rojopolis/spellcheck | |
runs-on: ubuntu-20.04 | |
steps: | |
- name: actions/checkout | |
uses: actions/checkout@v2 | |
- name: rojopolis/spellcheck - actually doing something | |
uses: rojopolis/spellcheck-github-actions@0.29.0 |