Skip to content

chore(deps): update actions/checkout action to v3.6.0 #99

chore(deps): update actions/checkout action to v3.6.0

chore(deps): update actions/checkout action to v3.6.0 #99

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: .config/cspell.json