Update KEYS and SCAN page about pattern with hash tag (#2610) #1337
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 | |
on: | |
push: | |
branches: [master] | |
pull_request: | |
branches: [master] | |
jobs: | |
spellcheck: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v2 | |
- name: Spellcheck | |
uses: redis-stack/github-actions/spellcheck@main | |
env: | |
DICTIONARY: wordlist | |
DOCS_DIRECTORY: . | |
CONFIGURATION_FILE: .spellcheck.yml | |
COMMANDS_FILES: commands.json |