Skip to content

chore(deps): bump streetsidesoftware/cspell-action from 4 to 5 #199

chore(deps): bump streetsidesoftware/cspell-action from 4 to 5

chore(deps): bump streetsidesoftware/cspell-action from 4 to 5 #199

Workflow file for this run

# CSpell を利用してスペルチェックを行うワークフロー
#
# 利用する設定ファイルは`.cspell.json`
#
name: Spell check
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: streetsidesoftware/cspell-action@v5