Skip to content

update MinVer from 5.0.0 to 6.0.0-rc.1 #973

update MinVer from 5.0.0 to 6.0.0-rc.1

update MinVer from 5.0.0 to 6.0.0-rc.1 #973

Workflow file for this run

name: spell-check
on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
jobs:
spell-check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- run: npx cspell@5.2.1 "**/*"