Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

chore(deps): update actions/checkout digest to 9bb5618 - autoclosed #285

chore(deps): update actions/checkout digest to 9bb5618 - autoclosed

chore(deps): update actions/checkout digest to 9bb5618 - autoclosed #285

Workflow file for this run

---
name: "Check spelling"
# yamllint disable-line rule:truthy
on:
pull_request:
jobs:
cspell:
runs-on: ubuntu-latest
steps:
# yamllint disable-line rule:comments
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
# yamllint disable-line rule:comments
- uses: streetsidesoftware/cspell-action@e6f09063780e6ace11d87ce10d818d4e2bad9b66 # v5.4.0
with:
config: .config/cspell.json