Skip to content

Avoid heap buffer overflow in valkeyAsyncFormattedCommand #443

Avoid heap buffer overflow in valkeyAsyncFormattedCommand

Avoid heap buffer overflow in valkeyAsyncFormattedCommand #443

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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Run spellcheck
uses: rojopolis/spellcheck-github-actions@739a1e3ceb79a98a5d4a9bf76f351137f9d78892 # 0.52.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown
typos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
- name: Install typos
uses: taiki-e/install-action@d6912b47771be2c443ec90dbb3d28e023987e782 # v2.62.1
with:
tool: typos
- name: Run typos
run: typos --config=.github/typos.toml