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

chore(deps): pin dependencies #48

chore(deps): pin dependencies

chore(deps): pin dependencies #48

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
# yamllint disable-line rule:comments
- uses: streetsidesoftware/cspell-action@cdaa4625255f2e8d5cc9d06c60ed9b4b0fe4bf03 # v2.20.0
with:
config: .cspell.json