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 #326

chore(deps): update github actions

chore(deps): update github actions #326

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@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
# yamllint disable-line rule:comments
- uses: streetsidesoftware/cspell-action@807d7d92b7057593a2de102168506f298405339d # v6.2.0
with:
config: .config/cspell.json