Skip to content

deps(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 #614

deps(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0

deps(deps): bump actions/deploy-pages from 4.0.5 to 5.0.0 #614

Workflow file for this run

name: Check spelling
on:
push:
branches:
- main
pull_request:
jobs:
check:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- name: Checkout
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
persist-credentials: false
- name: Install mise and setup
uses: jdx/mise-action@1648a7812b9aeae629881980618f079932869151 # v4.0.1
with:
install: true
install_args: "cspell"
cache: true
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Check
run: mise spell-check