chore(deps): update actions/create-github-app-token digest to e8e39f7 #22
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Check spelling" | |
# yamllint disable-line rule:truthy | |
on: | |
pull_request: | |
jobs: | |
cspell: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | |
- uses: streetsidesoftware/cspell-action@61139534e14c5c19c4c12c9967771f3f20ce9072 # v5.3.0 | |
with: | |
config: .config/cspell.json |