chore(deps): update actions/github-script action to v7 #124
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: | |
# yamllint disable-line rule:comments | |
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 | |
# yamllint disable-line rule:comments | |
- uses: streetsidesoftware/cspell-action@cdaa4625255f2e8d5cc9d06c60ed9b4b0fe4bf03 # v2.20.0 | |
with: | |
config: .config/cspell.json |