Skip to content

Bump the actions group across 1 directory with 2 updates #401

Bump the actions group across 1 directory with 2 updates

Bump the actions group across 1 directory with 2 updates #401

Workflow file for this run

name: Spell check
on:
pull_request:
permissions:
contents: read
jobs:
spellcheck:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Spellcheck all content
uses: streetsidesoftware/cspell-action@de2a73e963e7443969755b648a1008f77033c5b2 # v8.4.0
with:
config: .cspell.yaml