Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

docs: correct pnpm version in README #1539

docs: correct pnpm version in README

docs: correct pnpm version in README #1539

Workflow file for this run

name: 'Check spelling'
on:
push:
branches:
- main
pull_request:
jobs:
spellcheck: # run the action
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: streetsidesoftware/cspell-action@v2
with:
config: './cspell.json'
verbose: true