Skip to content

build(deps): bump the github-actions group with 9 updates #479

build(deps): bump the github-actions group with 9 updates

build(deps): bump the github-actions group with 9 updates #479

Workflow file for this run

name: 'Check Spelling'
on: # rebuild any PRs and main branch changes
pull_request:
push:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.3
- uses: streetsidesoftware/cspell-action@v6.2.0