Skip to content

Remove API valkeyClusterSetOptionAddNode #219

Remove API valkeyClusterSetOptionAddNode

Remove API valkeyClusterSetOptionAddNode #219

Workflow file for this run

name: Spellcheck
on:
workflow_dispatch:
pull_request:
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@7ff888c45ba73d66b3a180963706715897f41684 # 0.43.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
- name: Install typos
uses: taiki-e/install-action@42f4ec8e42bf7fe4dadd39bfc534566095a8edff # v2.44.35
with:
tool: typos
- name: Run typos
run: typos --config=.github/typos.toml