[actions] fixes spellcheck action #432
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
# Copy-pasta from MystenLabs/sui/.github/workflows/docs.yml | |
name: Spelling & Grammar Check | |
on: | |
pull_request: | |
jobs: | |
spell: | |
name: Lint documentation | |
runs-on: ubuntu-latest | |
steps: | |
- name: GitHub Spellcheck Action | |
uses: rojopolis/[email protected] |