Skip to content

feat: sidekiq scheduled jobs improvements - scheduled operation and add links #1721

feat: sidekiq scheduled jobs improvements - scheduled operation and add links

feat: sidekiq scheduled jobs improvements - scheduled operation and add links #1721

Workflow file for this run

name: Spelling
on:
pull_request:
permissions:
contents: read
jobs:
spelling-check:
name: SPELLING check
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: streetsidesoftware/cspell-action@v7
with:
# Files should be consistent with check:spelling files
files: |
**/*.md
config: .cspell.yml