Skip to content

Update request_factory.rb #289

Update request_factory.rb

Update request_factory.rb #289

Workflow file for this run

name: Spellchecking
on:
workflow_dispatch:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
spellchecking:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5
with:
config: "./cspell.json"