Document new REDISMODULE_OPEN_KEY_ACCESS_EXPIRED #1413
Workflow file for this run
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 |