Skip to content

build(deps): bump vitepress from 1.0.0-rc.9 to 1.0.0-rc.20 #155

build(deps): bump vitepress from 1.0.0-rc.9 to 1.0.0-rc.20

build(deps): bump vitepress from 1.0.0-rc.9 to 1.0.0-rc.20 #155

Workflow file for this run

name: PRSPELLCHECK
on: [pull_request]
jobs:
run:
name: Spell Check with Typos
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Check spelling
uses: crate-ci/typos@master
with: { config: ./.github/_typos.toml }