mirror of
https://github.com/redis/go-redis.git
synced 2025-09-11 18:10:43 +03:00
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
341 B
YAML
15 lines
341 B
YAML
name: spellcheck
|
|
on:
|
|
pull_request:
|
|
jobs:
|
|
check-spelling:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- name: Checkout
|
|
uses: actions/checkout@v5
|
|
- name: Check Spelling
|
|
uses: rojopolis/spellcheck-github-actions@0.51.0
|
|
with:
|
|
config_path: .github/spellcheck-settings.yml
|
|
task_name: Markdown
|