Files
predis/.github/workflows/spellcheck.yml
T
dependabot[bot] 268240b6ac Bump rojopolis/spellcheck-github-actions in the github-actions group (#1714)
Bumps the github-actions group with 1 update: [rojopolis/spellcheck-github-actions](https://github.com/rojopolis/spellcheck-github-actions).


Updates `rojopolis/spellcheck-github-actions` from 0.62.0 to 0.63.0
- [Release notes](https://github.com/rojopolis/spellcheck-github-actions/releases)
- [Changelog](https://github.com/rojopolis/spellcheck-github-actions/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rojopolis/spellcheck-github-actions/compare/0.62.0...0.63.0)

---
updated-dependencies:
- dependency-name: rojopolis/spellcheck-github-actions
  dependency-version: 0.63.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-08-03 13:06:35 -07:00

20 lines
401 B
YAML

name: Spellcheck
on:
pull_request:
jobs:
check-spelling:
runs-on: ubuntu-latest
permissions:
contents: read
checks: write
steps:
- name: Checkout
uses: actions/checkout@v7
- name: Check Spelling
uses: rojopolis/spellcheck-github-actions@0.63.0
with:
config_path: .github/spellcheck-settings.yml
task_name: Markdown