Skip to content

fix: exclude vitest/typedoc config from npm package, include README #112

fix: exclude vitest/typedoc config from npm package, include README

fix: exclude vitest/typedoc config from npm package, include README #112

Workflow file for this run

name: Spell checking
on:
push:
jobs:
build:
name: Spell checking
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.0.0
with:
fetch-depth: 5
- uses: check-spelling/check-spelling@main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
bucket: .github/actions
project: spell-check