Skip to content

Bump the xunit group with 1 update #1223

Bump the xunit group with 1 update

Bump the xunit group with 1 update #1223

Workflow file for this run

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