feat: propose admin/upload/inspect
and admin/store/inspect
capabilities
#212
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: Spell Check | |
on: | |
pull_request: | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- uses: matheus23/[email protected] | |
with: | |
files-to-check: '**/*.md' | |
files-to-exclude: | | |
CODE_OF_CONDUCT.md | |
CONTRIBUTING.md | |
Community_Specification_License-v1.md | |
Notices.md | |
words-to-ignore-file: ./.github/workflows/words-to-ignore.txt |