Skip to content

Bump Microsoft.Extensions.FileSystemGlobbing from 8.0.0 to 9.0.1 #1458

Bump Microsoft.Extensions.FileSystemGlobbing from 8.0.0 to 9.0.1

Bump Microsoft.Extensions.FileSystemGlobbing from 8.0.0 to 9.0.1 #1458

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 "**/*"