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

chore(deps): update github actions #346

chore(deps): update github actions

chore(deps): update github actions #346

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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
# yamllint disable-line rule:comments
- uses: streetsidesoftware/cspell-action@104110db58e8c9a11c1c6be025e2082f4dded3bb # v6.3.0
with:
config: .config/cspell.json