Skip to content

chore(deps): bump actions/upload-pages-artifact from 2 to 3 #211

chore(deps): bump actions/upload-pages-artifact from 2 to 3

chore(deps): bump actions/upload-pages-artifact from 2 to 3 #211

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