This repository has been archived by the owner on May 15, 2024. It is now read-only.
chore(deps): update github actions #339
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@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5 | |
# yamllint disable-line rule:comments | |
- uses: streetsidesoftware/cspell-action@807d7d92b7057593a2de102168506f298405339d # v6.2.0 | |
with: | |
config: .config/cspell.json |