Skip to content

Merge pull request #1078 from adamralph/dependabot/nuget/xunit-2d63af… #1488

Merge pull request #1078 from adamralph/dependabot/nuget/xunit-2d63af…

Merge pull request #1078 from adamralph/dependabot/nuget/xunit-2d63af… #1488

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.2.2
- run: npx cspell@5.2.1 "**/*"