...

Text file src/github.com/redis/go-redis/v9/.github/workflows/spellcheck.yml

Documentation: github.com/redis/go-redis/v9/.github/workflows

     1name: spellcheck
     2on:
     3  pull_request:
     4jobs:
     5  check-spelling:
     6    runs-on: ubuntu-latest
     7    steps:
     8      - name: Checkout
     9        uses: actions/checkout@v5
    10      - name: Check Spelling
    11        uses: rojopolis/spellcheck-github-actions@0.51.0
    12        with:
    13          config_path: .github/spellcheck-settings.yml
    14          task_name: Markdown

View as plain text