Change examples using HMSET to HSET as the former is deprecated (#2569) #1129
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 |