Skip to content

Changes in the context of the Redis license change #552

Changes in the context of the Redis license change

Changes in the context of the Redis license change #552

Workflow file for this run

name: Spellcheck
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Spellcheck
uses: redis-stack/github-actions/spellcheck@main
env:
DICTIONARY: dictionary.txt
DOCS_DIRECTORY: docs
CONFIGURATION_FILE: .spellcheck.yml